Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _f
Method
_f
tensorflow/python/eager/backprop_test.py:1416–1417 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1414
1415
@function.defun
1416
def
_f():
1417
return
self._jacobian(experimental_use_pfor=True)
1418
1419
jacobian, answer = _f()
1420
for
j, a in zip(jacobian, answer):
Callers
nothing calls this directly
Calls
1
_jacobian
Method · 0.95
Tested by
no test coverage detected