Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ bound_f
Function
bound_f
tensorflow/python/framework/test_util.py:1165–1166 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1163
def
decorated(*args, **kwds):
1164
1165
def
bound_f():
1166
f(*args, **kwds)
1167
1168
with
context.eager_mode():
1169
# Running in eager mode
Callers
1
decorated
Function · 0.85
Calls
1
f
Function · 0.50
Tested by
no test coverage detected