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

Method backward

python/singa/autograd.py:331–338  ·  view source on GitHub ↗

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

(self, *dys)

Source from the content-addressed store, hash-verified

329 raise NotImplementedError
330
331 def backward(self, *dys):
332 """ Backward propagation.
333 Args:
334 dys: input args consisting of only CTensors.
335 Returns:
336 CTensor instance(s)
337 """
338 raise NotImplementedError
339
340 def get_params(self):
341 return []

Callers 1

_do_backwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected