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

Method visit_reverse

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

Source from the content-addressed store, hash-verified

225 self._visit_internal(_WalkMode.FORWARD)
226
227 def visit_reverse(self):
228 self._visit_internal(_WalkMode.REVERSE)
229
230
231class GraphBuilder(object):

Callers 2

visit_FunctionDefMethod · 0.80

Calls 1

_visit_internalMethod · 0.95

Tested by 1