FirebaseMLModelInterpreter Framework Reference

FIRCustomLocalModel


@interface FIRCustomLocalModel

A 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

    modelPath

    An absolute path to the TensorFlow Lite model file stored locally on the device.

    Return Value

    A new CustomLocalModel instance.

  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;