MCPcopy Create free account
hub / github.com/apache/singa / backward

Method backward

python/singa/autograd.py:5631–5634  ·  view source on GitHub ↗
(self, dy)

Source from the content-addressed store, hash-verified

5629 return singa.RoundE(x)
5630
5631 def backward(self, dy):
5632 dy = singa.Tensor(dy.shape(), dy.device())
5633 dy.SetFloatValue(0.)
5634 return dy
5635
5636
5637def rounde(x):

Callers

nothing calls this directly

Calls 3

shapeMethod · 0.95
deviceMethod · 0.95
TensorMethod · 0.80

Tested by

no test coverage detected