Back to Tensorflow

EnabledDevices

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

2.21.0459 B
Original Source

EnabledDevices

public enum EnabledDevices : Equatable, Hashable

A type indicating which devices the Core ML delegate should be enabled for.

`

                neuralEngine
                `

Enables the delegate for devices with Neural Engine only.

Declaration

Swift

case neuralEngine

`

                all
                `

Enables the delegate for all devices.

Declaration

Swift

case all