Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SkipPort
Method
SkipPort
tensorflow/core/grappler/graph_analyzer/subgraph.cc:158–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void SubgraphIterator::SkipPort() {
159
if (AtEnd()) {
160
return;
161
}
162
link_idx_ = link_map_it_->second.size() - 1;
163
}
164
165
void SubgraphIterator::SkipNode() {
166
if (AtEnd()) {
Callers
2
TEST
Function · 0.80
ExtendSubgraph
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
TEST
Function · 0.64