Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ FNonResource
Method
FNonResource
tensorflow/python/ops/gradients_test.py:1183–1184 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1181
1182
@custom_gradient.custom_gradient
1183
def
FNonResource(x):
1184
return
F(x, use_resource=False)
1185
1186
x = array_ops.ones((3, 2)) + 2.
1187
Callers
nothing calls this directly
Calls
1
F
Function · 0.50
Tested by
no test coverage detected