Searched defs:dst_graph (Results 1 – 2 of 2) sorted by relevance
62 GraphDef* dst_graph; // Edge's dst node is in this subgraph member1016 GraphDef* dst_graph = &(*partitions)[dstp]; in Partition() local
1865 tensorflow::Status CopyGraph(Graph* src_graph, Graph* dst_graph, in CopyGraph()