MCPcopy 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")
230def _MinGrad(op, grad):
231 return _MinOrMaxGrad(op, grad)
232
233
234@ops.RegisterGradient("Mean")

Callers

nothing calls this directly

Calls 1

_MinOrMaxGradFunction · 0.85

Tested by

no test coverage detected