Back to Tensorflow

Classes

tensorflow/lite/g3doc/api_docs/swift/Classes.html

2.21.0899 B
Original Source

Classes

The following classes are available globally.

`

                CoreMLDelegate
                `

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

`

                Interpreter
                `

A TensorFlow Lite interpreter that performs inference from a given model.

Declaration

Swift

public final class Interpreter

`

                MetalDelegate
                `

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