tensorflow/lite/g3doc/api_docs/swift/Classes.html
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.
Swift
public final class CoreMLDelegate : Delegate
`
Interpreter
`
A TensorFlow Lite interpreter that performs inference from a given model.
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.
Swift
public final class MetalDelegate : Delegate