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.h61 uint64_t ComputeInputBytes() override;
Dbenchmark_model.h205 virtual uint64_t ComputeInputBytes() = 0;
Dbenchmark_model.cc223 uint64_t input_bytes = ComputeInputBytes(); in Run()
Dbenchmark_tflite_model.cc373 uint64_t BenchmarkTfLiteModel::ComputeInputBytes() { in ComputeInputBytes() function in tflite::benchmark::BenchmarkTfLiteModel