MCPcopy 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
158void SubgraphIterator::SkipPort() {
159 if (AtEnd()) {
160 return;
161 }
162 link_idx_ = link_map_it_->second.size() - 1;
163}
164
165void SubgraphIterator::SkipNode() {
166 if (AtEnd()) {

Callers 2

TESTFunction · 0.80
ExtendSubgraphMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.64