Home
last modified time | relevance | path

Searched refs:CopyLinks (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsubgraph.cc106 mapping.second->CopyLinks(*mapping.first, full_to_new); in ExtractForSignature()
Dsig_node.h72 void CopyLinks(const GenNode& from, const TranslationMap& map);
Dsig_node.cc32 void SigNode::CopyLinks(const GenNode& from, const TranslationMap& map) { in CopyLinks() function in tensorflow::grappler::graph_analyzer::SigNode