Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ backward
Method
backward
python/caffe/test/test_python_layer_with_param_str.py:24–25 ·
view source on GitHub ↗
(self, top, propagate_down, bottom)
Source
from the content-addressed store, hash-verified
22
top[0].data[...] = self.value * bottom[0].data
23
24
def
backward(self, top, propagate_down, bottom):
25
bottom[0].diff[...] = self.value * top[0].diff
26
27
28
def
python_param_net_file():
Callers
1
test_backward
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected