InferenceModel
The basic class for all models which defines the basic interfaces required for inference tasks only.
Constructors
InferenceModel
Link copied to clipboard
fun InferenceModel()
Content copied to clipboard
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.