TensorFlowLiteSwift Framework Reference

Classes

The following classes are available globally.

  • A delegate that uses the Core ML framework for performing TensorFlow Lite graph operations.

    Important

    This is an experimental interface that is subject to change.

    Declaration

    Swift

    public final class CoreMLDelegate : Delegate
  • A TensorFlow Lite interpreter that performs inference from a given model.

    Declaration

    Swift

    public final class Interpreter
  • A delegate that uses the Metal framework for performing TensorFlow Lite graph operations with GPU acceleration.

    Important

    This is an experimental interface that is subject to change.

    Declaration

    Swift

    public final class MetalDelegate : Delegate