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