Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc375 uint64_t total_input_bytes = 0; in ComputeInputBytes() local
378 total_input_bytes += t->bytes; in ComputeInputBytes()
380 return total_input_bytes; in ComputeInputBytes()