MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Subgraph

Method Subgraph

tensorflow/core/grappler/graph_analyzer/subgraph.cc:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110//=== Subgraph
111
112Subgraph::Subgraph(const Identity& parent_id, GenNode* add_node)
113 : id_(parent_id) {
114 id_.insert(add_node);
115 hash_ = id_.Hash();
116}
117
118//=== SubgraphIterator
119

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
HashMethod · 0.45

Tested by

no test coverage detected