Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ reshape
Method
reshape
python/caffe/test/test_python_layer.py:53–54 ·
view source on GitHub ↗
(self, bootom, top)
Source
from the content-addressed store, hash-verified
51
pass
52
53
def
reshape(self, bootom, top):
54
top[0].reshape()
55
56
def
forward(self, bottom, top):
57
top[0].data[()] = self.phase
Callers
9
blobproto_to_array
Function · 0.45
datum_to_array
Function · 0.45
predict
Method · 0.45
test_forward_start_end
Method · 0.45
test_backward_start_end
Method · 0.45
reshape
Method · 0.45
reshape
Method · 0.45
test_reshape
Method · 0.45
generate_sample_data.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected