Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_basic_coverage_forward
Method · 0.80
visit_FunctionDef
Method · 0.80
Calls
1
_visit_internal
Method · 0.95
Tested by
1
test_basic_coverage_forward
Method · 0.64