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

Function _SparseDenseCwiseDivGrad

tensorflow/python/ops/sparse_grad.py:251–253  ·  view source on GitHub ↗

Gradients for SparseDenseCwiseDiv.

(op, grad)

Source from the content-addressed store, hash-verified

249
250@ops.RegisterGradient("SparseDenseCwiseDiv")
251def _SparseDenseCwiseDivGrad(op, grad):
252 """Gradients for SparseDenseCwiseDiv."""
253 return _SparseDenseCwiseMulOrDivGrad(op, grad, False)
254
255
256@ops.RegisterGradient("SparseSoftmax")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected