InferenceModel
The basic interface for all models which defines the basic functions required for inference tasks only.
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.
Properties
inputDimensions
Link copied to clipboard