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

Function _SparseDenseCwiseMulGrad

tensorflow/python/ops/sparse_grad.py:245–247  ·  view source on GitHub ↗

Gradients for SparseDenseCwiseMul.

(op, grad)

Source from the content-addressed store, hash-verified

243
244@ops.RegisterGradient("SparseDenseCwiseMul")
245def _SparseDenseCwiseMulGrad(op, grad):
246 """Gradients for SparseDenseCwiseMul."""
247 return _SparseDenseCwiseMulOrDivGrad(op, grad, True)
248
249
250@ops.RegisterGradient("SparseDenseCwiseDiv")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected