CustomLocalModel
class CustomLocalModelA custom model stored locally on the device.
-
Creates a new instance with the given model file path.
Declaration
Swift
init(modelPath: String)Parameters
modelPathAn absolute path to the TensorFlow Lite model file stored locally on the device.
Return Value
A new
CustomLocalModelinstance. -
Unavailable.