Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/aot/
Dbenchmark.h60 typedef std::function<void()> BenchmarkFn; typedef
64 void Benchmark(const Options& options, const BenchmarkFn& fn, Stats* stats);
Dbenchmark.cc112 void Benchmark(const Options& options, const BenchmarkFn& fn, Stats* stats) { in Benchmark()