Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5637
def
rounde(x):
Callers
nothing calls this directly
Calls
3
shape
Method · 0.95
device
Method · 0.95
Tensor
Method · 0.80
Tested by
no test coverage detected