Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ forward
Method
forward
python/singa/layer.py:1546–1547 ·
view source on GitHub ↗
(self, x, shape)
Source
from the content-addressed store, hash-verified
1544
super(Reshape, self).__init__()
1545
1546
def
forward(self, x, shape):
1547
return
autograd.reshape(x, shape)
1548
1549
1550
class
CudnnRNN(Layer):
Callers
nothing calls this directly
Calls
1
reshape
Method · 0.45
Tested by
no test coverage detected