Home
last modified time | relevance | path

Searched refs:CopyGraph (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor.h200 extern void CopyGraph(const Graph& src, Graph* dest);
Dgraph_optimizer.cc136 CopyGraph(*g, copy.get()); in Optimize()
Dgraph_runner.cc127 CopyGraph(*graph, graph_to_run.get()); in Run()
Dgraph_execution_state.cc869 CopyGraph(*graph_, optimized_graph.get()); in BuildGraph()
959 CopyGraph(*optimized_graph, &dense_copy->graph); in BuildGraph()
Dfunction_test.cc346 CopyGraph(*fbody->graph, ret.get()); in GetFuncBody()
364 CopyGraph(*gbody->graph, ret.get()); in GetGradBody()
2077 CopyGraph(*g, g1.get()); in Optimize()
Dgraph_constructor_test.cc2807 TEST_F(GraphConstructorTest, CopyGraph) { in TEST_F() argument
2819 CopyGraph(src, &dst); in TEST_F()
Dgraph_constructor.cc1560 void CopyGraph(const Graph& src, Graph* dest) { dest->Copy(src); } in CopyGraph() function
Dfunction.cc921 CopyGraph(*fbody->graph, g.get()); in CreateItem()
Ddirect_session.cc1653 CopyGraph(*execution_state->full_graph(), run_state_args->graph.get()); in CreateGraphs()
/external/tensorflow/tensorflow/core/graph/
Dsubgraph_test.cc111 CopyGraph(*g_, subgraph); in Subgraph()
377 CopyGraph(g, subgraph); in BM_SubgraphHelper()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_xla_computations_pass_test.cc254 CopyGraph(*graph, graph_copy.get()); in TEST()
Dmark_for_compilation_pass.cc1451 CopyGraph(*graph_, &new_graph); in DumpPostClusteringGraphs()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler_test.cc598 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()
Dxla_compiler.cc581 CopyGraph(*fbody->graph, graph.get()); in GetGraph()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_common.cc319 CopyGraph(*fbody->graph, graph.get()); in CompileTFFunctionToHlo()
/external/tensorflow/tensorflow/c/
Dc_api.cc1840 Status CopyGraph(Graph* src_graph, Graph* dst_graph, in CopyGraph() function
2003 TF_RETURN_IF_ERROR(CopyGraph( in TF_FinishWhileHelper()
2020 CopyGraph(&params->body_graph->graph, &parent->graph, in TF_FinishWhileHelper()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc244 CopyGraph(*fbody->graph, graph.get()); in FunctionDefToGraphDef()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc1672 CopyGraph(*fbody->graph, computation); in GetComputationForTPUReplicateOp()