Back to Tensorflow

Delegate

tensorflow/lite/g3doc/api_docs/swift/Protocols/Delegate.html

2.21.0507 B
Original Source

Delegate

public protocol Delegate : AnyObject

A delegate that the Interpreter uses to perform TensorFlow Lite model computations.

`

                CDelegate
                `

The TfLiteDelegate C pointer type.

Declaration

Swift

typealias CDelegate = UnsafeMutablePointer<TfLiteDelegate>

`

                cDelegate
                `

The delegate that performs model computations.

Declaration

Swift

var cDelegate: CDelegate { get }