Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.h75 uint64_t ComputeInputBytes() override;
Dbenchmark_model.h158 virtual uint64_t ComputeInputBytes() = 0;
Dbenchmark_model.cc164 uint64_t input_bytes = ComputeInputBytes(); in Run()
Dbenchmark_tflite_model.cc262 uint64_t BenchmarkTfLiteModel::ComputeInputBytes() { in ComputeInputBytes() function in tflite::benchmark::BenchmarkTfLiteModel