add missing docstrings
This commit is contained in:
parent
9b87c40b60
commit
fce5bc754f
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ class ImageTagsPrediction private constructor() {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Processes an image into an ONNX Tensor.
|
||||
*/
|
||||
private fun processImage(bufferedImage: BufferedImage): Array<Array<Array<FloatArray>>> {
|
||||
try {
|
||||
val tensorData = Array(1) {
|
||||
|
|
Loading…
Reference in a new issue