FIRCustomLocalModel
@interface FIRCustomLocalModelA custom model stored locally on the device.
-
Creates a new instance with the given model file path.
Declaration
Objective-C
- (nonnull instancetype)initWithModelPath:(nonnull NSString *)modelPath;Parameters
modelPathAn absolute path to the TensorFlow Lite model file stored locally on the device.
Return Value
A new
CustomLocalModelinstance. -
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;