Home
last modified time | relevance | path

Searched defs:dst_graph (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/graph_editor/
Dtransform.py328 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
Dutil.py504 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/
Dgraph_partition.cc60 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/
Dc_api.cc2247 Status CopyGraph(Graph* src_graph, Graph* dst_graph, in CopyGraph()