class Interpreter
A TensorFlow Lite interpreter that performs inference from a given model.
class Interpreter
protocol Delegate
Interpreter
uses to perform TensorFlow Lite model computations.struct DetectedBox
struct OutScore
struct QuantizationParameters
realValue = scale * (quantizedValue - zeroPoint)
.struct Tensor
typealias InterpreterOptions
Interpreter.Options
to support backwards compatibility with the deprecated InterpreterOptions
struct.enum InterpreterError
Interpreter
.enum Runtime