TFModelType
interface TFModelType<T : TensorFlowInferenceModel, U : InferenceModel> : ModelType<T, U>
Content copied to clipboard
Base ModelType for TensorFlow models.
See also
Functions
loadModelConfiguration
Link copied to clipboard
Loads model configuration from the provided jsonFile.
pretrainedModel
Link copied to clipboard
Properties
modelRelativePath
Link copied to clipboard
preprocessor
Link copied to clipboard
open val preprocessor: Operation<Pair<FloatArray, TensorShape>, Pair<FloatArray, TensorShape>>
Content copied to clipboard
Inheritors
TFModels
Link copied to clipboard