InferenceModel
Basic class for model inference.
Provides functionality to make predictions and model loading.
Constructors
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.