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

Method visit_forward

tensorflow/python/autograph/pyct/cfg.py:224–225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

222 open_.append(next_)
223
224 def visit_forward(self):
225 self._visit_internal(_WalkMode.FORWARD)
226
227 def visit_reverse(self):
228 self._visit_internal(_WalkMode.REVERSE)

Callers 2

visit_FunctionDefMethod · 0.80

Calls 1

_visit_internalMethod · 0.95

Tested by 1