Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dbenchmark_testlib.h72 GraphDef CreateGraphDef(int num_nodes, int num_edges_per_node) { in CreateGraphDef() argument
73 const int kNumInNodes = 10 * num_edges_per_node; in CreateGraphDef()
93 /*op=*/absl::StrFormat("In%dOut1", num_edges_per_node)); in CreateGraphDef()
94 for (int edge = 0; edge < num_edges_per_node; ++edge) { in CreateGraphDef()
Dgraph_test.cc666 const int num_edges_per_node = state.range(1); in BM_InEdgeIteration() local
668 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_InEdgeIteration()
706 const int num_edges_per_node = state.range(1); in BM_GraphCreation() local
708 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_GraphCreation()
745 const int num_edges_per_node = state.range(1); in BM_ToGraphDef() local
747 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_ToGraphDef()
784 const int num_edges_per_node = state.range(1); in BM_RemoveNode() local
786 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_RemoveNode()
Dalgorithm_test.cc208 const int num_edges_per_node = state.range(1); in BM_PruneForReverseReachability() local
210 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_PruneForReverseReachability()
/external/tensorflow/tensorflow/core/grappler/
Dgraph_view_test.cc297 const int num_edges_per_node = state.range(1); in BM_GraphViewConstruction() local
300 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_GraphViewConstruction()
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_test.cc2396 const int num_edges_per_node = state.range(1); in BM_GraphViewTConstruction() local
2398 GraphDef graph_def = test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_GraphViewTConstruction()
2416 const int num_edges_per_node = state.range(1); in BM_MutableGraphViewClearAttrs() local
2418 GraphDef graph_def = test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_MutableGraphViewClearAttrs()