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

Method forward

python/singa/autograd.py:322–329  ·  view source on GitHub ↗

Forward propagation. Args: xs: input args consisting of only CTensors. Returns: CTensor instance(s)

(self, *xs)

Source from the content-addressed store, hash-verified

320 return dxs
321
322 def forward(self, *xs):
323 """Forward propagation.
324 Args:
325 xs: input args consisting of only CTensors.
326 Returns:
327 CTensor instance(s)
328 """
329 raise NotImplementedError
330
331 def backward(self, *dys):
332 """ Backward propagation.

Callers 1

_do_forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected