Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dalgorithm_test.cc206 void BM_PruneForReverseReachability(::testing::benchmark::State& state) { in BM_PruneForReverseReachability() function
223 BENCHMARK(BM_PruneForReverseReachability)->ArgPair(10, 2);
224 BENCHMARK(BM_PruneForReverseReachability)->ArgPair(1 << 6, 2);
225 BENCHMARK(BM_PruneForReverseReachability)->ArgPair(1 << 9, 2);
226 BENCHMARK(BM_PruneForReverseReachability)->ArgPair(1 << 12, 2);
227 BENCHMARK(BM_PruneForReverseReachability)->ArgPair(1 << 15, 2);
228 BENCHMARK(BM_PruneForReverseReachability)->ArgPair(10, 4);
229 BENCHMARK(BM_PruneForReverseReachability)->ArgPair(1 << 6, 4);
230 BENCHMARK(BM_PruneForReverseReachability)->ArgPair(1 << 9, 4);
231 BENCHMARK(BM_PruneForReverseReachability)->ArgPair(1 << 12, 4);
[all …]