Searched defs:dst_graph (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/graph_editor/ |
D | transform.py | 328 def __init__(self, sgv, dst_graph, dst_scope, src_scope): argument 412 dst_graph, argument 591 def copy(sgv, dst_graph=None, dst_scope="", src_scope="", argument 627 dst_graph=None, dst_scope="", src_scope="", argument
|
D | util.py | 504 def find_corresponding_elem(target, dst_graph, dst_scope="", src_scope=""): argument 540 def find_corresponding(targets, dst_graph, dst_scope="", src_scope=""): argument
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition.cc | 60 GraphDef* dst_graph; // Edge's dst node is in this subgraph member 988 GraphDef* dst_graph = &(*partitions)[dstp]; in Partition() local
|
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 2247 Status CopyGraph(Graph* src_graph, Graph* dst_graph, in CopyGraph()
|