Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node.h126 using LinkHashMap = std::map<size_t, Link>; variable
127 const LinkHashMap& hash_to_link() const { return hash_to_link_; } in hash_to_link()
211 LinkHashMap hash_to_link_;
Dtest_tools.h110 std::vector<string> DumpLinkHashMap(const SigNode::LinkHashMap& link_hash_map);
Dtest_tools.cc105 std::vector<string> DumpLinkHashMap(const SigNode::LinkHashMap& link_hash_map) { in DumpLinkHashMap()