ONE - On-device Neural Engine
|
Class to read and provide buffer information of tflite. More...
#include <Context.h>
Data Structures | |
struct | TflBuffer |
Public Member Functions | |
TflBufferContext (const tflite::Model *tfl_model) | |
template<typename T > | |
TflBuffer< T > | tensor_buffer (const tflite::SubGraph *graph, uint32_t tensor_idx) const |
|
explicit |
Definition at line 104 of file Context.cpp.
References flatbuffers::Vector< T >::size().
|
inline |
Definition at line 101 of file Context.h.
References size.
Referenced by tflimport::DepthwiseConv2DGraphBuilder::build(), and tflimport::copy_tensors().