Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ decorated_eager
Function
decorated_eager
tensorflow/python/ops/gradient_checker_v2.py:113–114 ·
view source on GitHub ↗
(*xs_data)
Source
from the content-addressed store, hash-verified
111
if
context.executing_eagerly():
112
113
def
decorated_eager(*xs_data):
114
return
f(*map(ops.convert_to_tensor, xs_data))
115
116
return
decorated_eager
117
xs = [array_ops.placeholder(x_dtype)
for
x_dtype in xs_dtypes]
Callers
nothing calls this directly
Calls
1
f
Function · 0.70
Tested by
no test coverage detected