MCPcopy Create free account
hub / github.com/BVLC/caffe / backward

Method backward

python/caffe/test/test_python_layer.py:21–22  ·  view source on GitHub ↗
(self, top, propagate_down, bottom)

Source from the content-addressed store, hash-verified

19 top[0].data[...] = 10 * bottom[0].data
20
21 def backward(self, top, propagate_down, bottom):
22 bottom[0].diff[...] = 10 * top[0].diff
23
24
25class ExceptionLayer(caffe.Layer):

Callers 6

test_forward_backwardMethod · 0.45
test_backwardMethod · 0.45
test_parameterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected