TensorFlowLiteSwift Framework Reference

Enumerations

The following enumerations are available globally.

  • Errors thrown by the TensorFlow Lite Interpreter.

    Declaration

    Swift

    public enum InterpreterError : Error, Equatable, Hashable
    extension InterpreterError: LocalizedError
    extension 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