InferenceModel
The basic class for all models which defines the basic interfaces required for inference tasks only.
Constructors
Functions
predictSoftly
Link copied to clipboard
abstract fun predictSoftly(inputData: FloatArray, predictionTensorName: String = ""): FloatArray
Content copied to clipboard
Predicts vector of probabilities instead of specific class in predict method.