Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.h70 using TranslationMap = variable
72 void CopyLinks(const GenNode& from, const TranslationMap& map);
162 void CopyLinksPass1(const GenNode& from, const TranslationMap& map,
Dsig_node.cc32 void SigNode::CopyLinks(const GenNode& from, const TranslationMap& map) { in CopyLinks()
41 void SigNode::CopyLinksPass1(const GenNode& from, const TranslationMap& map, in CopyLinksPass1()
Dsubgraph.cc96 SigNode::TranslationMap full_to_new; in ExtractForSignature()