Searched refs:CopyGraph (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_constructor.h | 200 extern void CopyGraph(const Graph& src, Graph* dest);
|
D | graph_optimizer.cc | 136 CopyGraph(*g, copy.get()); in Optimize()
|
D | graph_runner.cc | 127 CopyGraph(*graph, graph_to_run.get()); in Run()
|
D | graph_execution_state.cc | 869 CopyGraph(*graph_, optimized_graph.get()); in BuildGraph() 959 CopyGraph(*optimized_graph, &dense_copy->graph); in BuildGraph()
|
D | function_test.cc | 346 CopyGraph(*fbody->graph, ret.get()); in GetFuncBody() 364 CopyGraph(*gbody->graph, ret.get()); in GetGradBody() 2077 CopyGraph(*g, g1.get()); in Optimize()
|
D | graph_constructor_test.cc | 2807 TEST_F(GraphConstructorTest, CopyGraph) { in TEST_F() argument 2819 CopyGraph(src, &dst); in TEST_F()
|
D | graph_constructor.cc | 1560 void CopyGraph(const Graph& src, Graph* dest) { dest->Copy(src); } in CopyGraph() function
|
D | function.cc | 921 CopyGraph(*fbody->graph, g.get()); in CreateItem()
|
D | direct_session.cc | 1653 CopyGraph(*execution_state->full_graph(), run_state_args->graph.get()); in CreateGraphs()
|
/external/tensorflow/tensorflow/core/graph/ |
D | subgraph_test.cc | 111 CopyGraph(*g_, subgraph); in Subgraph() 377 CopyGraph(g, subgraph); in BM_SubgraphHelper()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_xla_computations_pass_test.cc | 254 CopyGraph(*graph, graph_copy.get()); in TEST()
|
D | mark_for_compilation_pass.cc | 1451 CopyGraph(*graph_, &new_graph); in DumpPostClusteringGraphs()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler_test.cc | 598 CopyGraph(*graph, graph_copy.get()); in TEST_F() 1487 CopyGraph(*graph, graph_copy.get()); in TEST_F() 1538 CopyGraph(*graph, graph_copy.get()); in TEST_F() 1556 CopyGraph(*graph, graph_copy.get()); in TEST_F()
|
D | xla_compiler.cc | 581 CopyGraph(*fbody->graph, graph.get()); in GetGraph()
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compile_op_common.cc | 319 CopyGraph(*fbody->graph, graph.get()); in CompileTFFunctionToHlo()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 1840 Status CopyGraph(Graph* src_graph, Graph* dst_graph, in CopyGraph() function 2003 TF_RETURN_IF_ERROR(CopyGraph( in TF_FinishWhileHelper() 2020 CopyGraph(¶ms->body_graph->graph, &parent->graph, in TF_FinishWhileHelper()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/ |
D | trt_engine_op.cc | 244 CopyGraph(*fbody->graph, graph.get()); in FunctionDefToGraphDef()
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | distributed_tpu_rewrite_pass.cc | 1672 CopyGraph(*fbody->graph, computation); in GetComputationForTPUReplicateOp()
|