Back to Tensorflow

Enumerations

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

2.21.0778 B
Original Source

Enumerations

The following enumerations are available globally.

`

                InterpreterError
                `

Errors thrown by the TensorFlow Lite Interpreter.

Declaration

Swift

public enum InterpreterError : Error, Equatable, Hashable
extension InterpreterError: LocalizedError
extension InterpreterError: CustomStringConvertible

`

                ThreadWaitType
                `

A type indicating how the current thread should wait for work scheduled on the GPU to complete.

Declaration

Swift

public enum ThreadWaitType : Equatable, Hashable

`

                Runtime
                `

TensorFlow Lite runtime values.

Declaration

Swift

public enum Runtime