Searched refs:ComputeInputBytes (Results 1 – 4 of 4) sorted by relevance
61 uint64_t ComputeInputBytes() override;
205 virtual uint64_t ComputeInputBytes() = 0;
223 uint64_t input_bytes = ComputeInputBytes(); in Run()
373 uint64_t BenchmarkTfLiteModel::ComputeInputBytes() { in ComputeInputBytes() function in tflite::benchmark::BenchmarkTfLiteModel