Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_test.cc704 void BM_GraphCreation(::testing::benchmark::State& state) { in BM_GraphCreation() function
722 BENCHMARK(BM_GraphCreation)->ArgPair(10, 2);
723 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 6, 2);
724 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 9, 2);
725 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 12, 2);
726 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 15, 2);
727 BENCHMARK(BM_GraphCreation)->ArgPair(10, 4);
728 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 6, 4);
729 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 9, 4);
730 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 12, 4);
[all …]