Searched refs:BM_GraphCreation (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | graph_test.cc | 705 static void BM_GraphCreation(int iters, int num_nodes, int num_edges_per_node) { in BM_GraphCreation() function 724 BENCHMARK(BM_GraphCreation)->ArgPair(10, 2); 725 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 6, 2); 726 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 9, 2); 727 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 12, 2); 728 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 15, 2); 729 BENCHMARK(BM_GraphCreation)->ArgPair(10, 4); 730 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 6, 4); 731 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 9, 4); 732 BENCHMARK(BM_GraphCreation)->ArgPair(1 << 12, 4); [all …]
|