Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.h52 input_bytes_(input_bytes), in BenchmarkResults()
64 uint64_t input_bytes() const { return input_bytes_; } in input_bytes()
66 double bytes_per_sec = (input_bytes_ * inference_time_us_.count() * 1e6) / in throughput_MB_per_second()
81 uint64_t input_bytes_ = 0; variable