Searched defs:CopyGraph (Results 1 – 4 of 4) sorted by relevance
16 struct CopyGraph { struct20 impl CopyGraph { implementation
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