/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | trivial_test_graph_input_yielder.cc | 31 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/ |
D | profiler_test.cc | 35 GraphDef CreateGraphDef() { in CreateGraphDef() function 99 GraphDef def = CreateGraphDef(); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_activity_listener_test.cc | 78 GraphDef CreateGraphDef() { in CreateGraphDef() function 93 GraphDef graph_def = CreateGraphDef(); in TEST_F()
|
/external/tensorflow/tensorflow/cc/tutorials/ |
D | example_trainer.cc | 50 GraphDef CreateGraphDef() { in CreateGraphDef() function 103 GraphDef def = CreateGraphDef(); in ConcurrentSteps()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | rpcbench_test.cc | 124 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/ |
D | grpc_session_debug_test.cc | 52 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/ |
D | grpc_session_test.cc | 44 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/ |
D | graph_test.cc | 668 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()
|
D | benchmark_testlib.h | 72 GraphDef CreateGraphDef(int num_nodes, int num_edges_per_node) { in CreateGraphDef() function
|
D | algorithm_test.cc | 210 test::CreateGraphDef(num_nodes, num_edges_per_node); in BM_PruneForReverseReachability()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | graph_view_test.cc | 300 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/ |
D | graph_view_test.cc | 2398 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()
|