InferenceModel
Basic class for model inference.
Provides functionality to make predictions and model loading.
Constructors
InferenceModel
Link copied to clipboard
fun InferenceModel()
Content copied to clipboard
Types
Functions
graphToString
Link copied to clipboard
predictSoftly
Link copied to clipboard
open fun predictSoftly(inputData: FloatArray, predictionTensorName: String = ""): FloatArray
Content copied to clipboard
Predicts vector of probabilities instead of specific class in predict method.