MCPcopy 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_arrayFunction · 0.45
datum_to_arrayFunction · 0.45
predictMethod · 0.45
reshapeMethod · 0.45
reshapeMethod · 0.45
test_reshapeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected