Searched refs:dst_graph (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition.cc | 62 GraphDef* dst_graph; // Edge's dst node is in this subgraph member 68 reinterpret_cast<std::uintptr_t>(c.dst_graph), in AbslHashValue() 75 (x.dst_graph == y.dst_graph) && in operator ==() 1015 GraphDef* dst_graph = &(*partitions)[dstp]; in Partition() local 1016 NodeDef* dst_def = dst_graph->add_node(); in Partition() 1073 if (src_graph == dst_graph && !NeedSameDeviceSendRecv(edge, g_info)) { in Partition() 1104 DupRecvKey key{src->id(), edge->src_output(), dst_graph, on_host}; in Partition() 1152 AddRecv(opts, g_info, dst_graph, edge, &real_recv, &status); in Partition() 1157 if (src_graph == dst_graph) { in Partition()
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 1840 Status CopyGraph(Graph* src_graph, Graph* dst_graph, in CopyGraph() argument 1872 ImportGraphDef(opts, gdef, dst_graph, dst_refiner, &results)); in CopyGraph()
|