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::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. |