Searched defs:CopyGraph (Results 1 – 3 of 3) sorted by relevance
2807 TEST_F(GraphConstructorTest, CopyGraph) { in TEST_F() argument
1557 void CopyGraph(const Graph& src, Graph* dest) { dest->Copy(src); } in CopyGraph() function
1865 tensorflow::Status CopyGraph(Graph* src_graph, Graph* dst_graph, in CopyGraph() function