Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc1277 size_t total_input_byte_size = 0; in BuildGraph() local
1284 total_input_byte_size += context->tensors[i].bytes; in BuildGraph()
1285 total_input_byte_size += getNumPaddingBytes(context->tensors[i].bytes); in BuildGraph()
1321 new NNMemory(nnapi_, "input_pool", total_input_byte_size)); in BuildGraph()