Stay organized with collections Save and categorize content based on your preferences.

TensorFlow Lite C++ API Reference

tflite

Classes

tflite::Allocation A memory allocation handle. This could be a mmap or shared memory.
tflite::ErrorReporter A functor that reports error to supporting system.
tflite::FileCopyAllocation
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::MemoryAllocation
tflite::MMAPAllocation Note that not all platforms support MMAP-based allocation.
tflite::MutableOpResolver An OpResolver that is mutable, also used as the op in gen_op_registration.
tflite::OpResolver Abstract interface that returns TfLiteRegistrations given op codes or custom op names.
tflite::TfLiteIntArrayView Provides a range iterable wrapper for TfLiteIntArray* (C lists) that TfLite C api uses.

Structs

tflite::StderrReporter

tflite::op_resolver_hasher

Structs

tflite::op_resolver_hasher::OperatorKeyHasher
tflite::op_resolver_hasher::ValueHasher
tflite::op_resolver_hasher::ValueHasher< tflite::BuiltinOperator >