SavedModel
Inference model built on SavedModelBundle format to predict on images.
Constructors
SavedModel
Link copied to clipboard
fun SavedModel()
Content copied to clipboard
Types
Functions
graphToString
Link copied to clipboard
Forms the graph description in string format.
predictSoftly
Link copied to clipboard
open override fun predictSoftly(inputData: FloatArray, predictionTensorName: String): FloatArray
Content copied to clipboard
Predicts vector of probabilities instead of specific class in predict method.