TensorFlow Lite C++ API Reference
tflite
Classes |
|
---|---|
tflite::ErrorReporter | A functor that reports error to supporting system. |
tflite::FlatBufferModel | An RAII object that represents a read-only tflite model, copied from disk, or mmapped. |
tflite::Interpreter | An interpreter for a graph of nodes that input and output from tensors. |
tflite::InterpreterBuilder | Build an interpreter capable of interpreting model . |
tflite::OpResolver | Abstract interface that returns TfLiteRegistrations given op codes or custom op names. |
tflite::TfLiteVerifier | Abstract interface that verifies whether a given model is legit. |