Searched refs:tensor_buffers (Results 1 – 1 of 1) sorted by relevance
197 const flatbuffers::Vector<flatbuffers::Offset<Buffer>>* tensor_buffers) { in GetLoggableTensorIndices() argument203 (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() local301 GetLoggableTensorIndices(op_info.inputs, tensors, tensor_buffers); in BuildLoggingInterpreter()303 GetLoggableTensorIndices(op_info.outputs, tensors, tensor_buffers); in BuildLoggingInterpreter()