predictRaw

fun predictRaw(inputData: FloatArray): Map<String, Any>

Returns list of multidimensional arrays with data from model outputs.

NOTE: This operation can be quite slow for high dimensional tensors, you should prefer predictRawWithShapes in this case.