Enumerations
The following enumerations are available globally.
-
Errors thrown by the TensorFlow Lite
Interpreter.Declaration
Swift
public enum InterpreterError : Error, Equatable, Hashableextension InterpreterError: LocalizedErrorextension InterpreterError: CustomStringConvertible -
A type indicating how the current thread should wait for work scheduled on the GPU to complete.
Declaration
Swift
public enum ThreadWaitType : Equatable, Hashable -
TensorFlow Lite runtime values.
Declaration
Swift
public enum Runtime