Searched refs:ComputeInputBytes (Results 1 – 4 of 4) sorted by relevance
75 uint64_t ComputeInputBytes() override;
158 virtual uint64_t ComputeInputBytes() = 0;
164 uint64_t input_bytes = ComputeInputBytes(); in Run()
262 uint64_t BenchmarkTfLiteModel::ComputeInputBytes() { in ComputeInputBytes() function in tflite::benchmark::BenchmarkTfLiteModel