MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _MaxGrad

Function _MaxGrad

tensorflow/python/ops/math_grad.py:224–226  ·  view source on GitHub ↗

Gradient for Max.

(op, grad)

Source from the content-addressed store, hash-verified

222
223@ops.RegisterGradient("Max")
224def _MaxGrad(op, grad):
225 """Gradient for Max."""
226 return _MinOrMaxGrad(op, grad)
227
228
229@ops.RegisterGradient("Min")

Callers

nothing calls this directly

Calls 1

_MinOrMaxGradFunction · 0.85

Tested by

no test coverage detected