TensorFlowLiteSwift Framework Reference (original) (raw)
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-10 UTC.