FirebaseMLModelInterpreter Framework Reference

CustomLocalModel

class CustomLocalModel

A custom model stored locally on the device.

  • Creates a new instance with the given model file path.

    Declaration

    Swift

    init(modelPath: String)

    Parameters

    modelPath

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

    Return Value

    A new CustomLocalModel instance.

  • Unavailable.