Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _MinGrad
Function
_MinGrad
tensorflow/python/ops/math_grad.py:230–231 ·
view source on GitHub ↗
(op, grad)
Source
from the content-addressed store, hash-verified
228
229
@ops.RegisterGradient(
"Min"
)
230
def
_MinGrad(op, grad):
231
return
_MinOrMaxGrad(op, grad)
232
233
234
@ops.RegisterGradient(
"Mean"
)
Callers
nothing calls this directly
Calls
1
_MinOrMaxGrad
Function · 0.85
Tested by
no test coverage detected