Home
last modified time | relevance | path

Searched refs:tensor_buffers (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator.cc197 const flatbuffers::Vector<flatbuffers::Offset<Buffer>>* tensor_buffers) { in GetLoggableTensorIndices() argument
203 (tensor_buffers->Get(buffer_index) == nullptr) || in GetLoggableTensorIndices()
204 (tensor_buffers->Get(buffer_index)->data() == nullptr) || in GetLoggableTensorIndices()
205 (tensor_buffers->Get(buffer_index)->data()->size() == 0); in GetLoggableTensorIndices()
265 auto tensor_buffers = tflite_model->buffers(); in BuildLoggingInterpreter() local
301 GetLoggableTensorIndices(op_info.inputs, tensors, tensor_buffers); in BuildLoggingInterpreter()
303 GetLoggableTensorIndices(op_info.outputs, tensors, tensor_buffers); in BuildLoggingInterpreter()