MCPcopy 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
1550class CudnnRNN(Layer):

Callers

nothing calls this directly

Calls 1

reshapeMethod · 0.45

Tested by

no test coverage detected