Home
last modified time | relevance | path

Searched refs:CreateGraphDef (Results 1 – 9 of 9) 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/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/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()
/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/graph/
Dbenchmark_testlib.h72 GraphDef CreateGraphDef(int num_nodes, int num_edges_per_node) { in CreateGraphDef() function
Dgraph_test.cc667 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_InEdgeIteration()
708 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_GraphCreation()
748 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_ToGraphDef()
/external/tensorflow/tensorflow/core/grappler/
Dgraph_view_test.cc298 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_GraphViewConstruction()
340 test::CreateGraphDef(num_nodes, /*num_edges_per_node=*/16); in BM_GraphViewGetNode()