Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
Subgraph::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
insert
Method · 0.45
Hash
Method · 0.45
Tested by
no test coverage detected