Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc36 static std::vector<Benchmark*>* all_benchmarks = nullptr; variable
149 if (!all_benchmarks) return; in Run()
162 for (auto b : *all_benchmarks) { in Run()
182 for (auto b : *all_benchmarks) { in Run()
246 if (!all_benchmarks) all_benchmarks = new std::vector<Benchmark*>; in Register()
247 all_benchmarks->push_back(this); in Register()