TensorFlowLiteSwift Framework Reference

Type Aliases

The following type aliases are available globally.

  • A type alias for Interpreter.Options to support backwards compatibility with the deprecated InterpreterOptions struct.

    Declaration

    Swift

    @available(*, deprecated, renamed: "Interpreter.Options")
    public typealias InterpreterOptions = Interpreter.Options