Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/inputs/
Dtrivial_test_graph_input_yielder.cc31 GraphDef CreateGraphDef(int num_stages, int width, int tensor_size, in CreateGraphDef() function
103 r.graph = CreateGraphDef(num_stages_, width_, tensor_size_, in NextItem()
/external/tensorflow/tensorflow/cc/profiler/
Dprofiler_test.cc35 GraphDef CreateGraphDef() { in CreateGraphDef() function
99 GraphDef def = CreateGraphDef(); in TEST_F()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_activity_listener_test.cc78 GraphDef CreateGraphDef() { in CreateGraphDef() function
93 GraphDef graph_def = CreateGraphDef(); in TEST_F()
/external/tensorflow/tensorflow/cc/tutorials/
Dexample_trainer.cc50 GraphDef CreateGraphDef() { in CreateGraphDef() function
103 GraphDef def = CreateGraphDef(); in ConcurrentSteps()
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpcbench_test.cc124 GraphDef CreateGraphDef(int num_stages, int width, int tensor_size, in CreateGraphDef() function
176 GraphDef def = CreateGraphDef(num_stages, width, tensor_size, in BM_Helper()
/external/tensorflow/tensorflow/core/debug/
Dgrpc_session_debug_test.cc52 void CreateGraphDef(GraphDef* graph_def, string node_names[3]) { in CreateGraphDef() function
154 CreateGraphDef(&graph, node_names); in TEST_F()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session_test.cc44 void CreateGraphDef(GraphDef* graph_def, string node_names[3]) { in CreateGraphDef() function
91 CreateGraphDef(&graph, node_names); in TEST()
127 CreateGraphDef(&graph, node_names); in TEST()
172 CreateGraphDef(&graph, node_names); in TEST()
203 CreateGraphDef(&graph, node_names); in TEST()
235 CreateGraphDef(&graph, node_names); in TEST()
265 CreateGraphDef(&graph, node_names); in TEST()
292 CreateGraphDef(&graph, node_names); in TEST()
/external/tensorflow/tensorflow/core/graph/
Dgraph_test.cc668 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_InEdgeIteration()
708 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_GraphCreation()
747 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_ToGraphDef()
786 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_RemoveNode()
Dbenchmark_testlib.h72 GraphDef CreateGraphDef(int num_nodes, int num_edges_per_node) { in CreateGraphDef() function
Dalgorithm_test.cc210 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_PruneForReverseReachability()
/external/tensorflow/tensorflow/core/grappler/
Dgraph_view_test.cc300 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_GraphViewConstruction()
341 test::CreateGraphDef(num_nodes, /*num_edges_per_node=*/16); in BM_GraphViewGetNode()
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_test.cc2398 GraphDef graph_def = test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_GraphViewTConstruction()
2418 GraphDef graph_def = test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_MutableGraphViewClearAttrs()
2480 test::CreateGraphDef(num_nodes, /*num_edges_per_node=*/16); in BM_GraphViewTGetNode()