Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_performance_options.h37 results_.emplace_back(EachRunResult()); in MarkBenchmarkStart()
53 struct EachRunResult { struct
58 std::vector<EachRunResult> results_; argument
64 bool operator()(const EachRunResult& i, const EachRunResult& j) { in operator()