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

Method reshape

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

Source from the content-addressed store, hash-verified

36 self.blobs[0].data[0] = 0
37
38 def reshape(self, bottom, top):
39 top[0].reshape(*bottom[0].data.shape)
40
41 def forward(self, bottom, top):
42 pass

Callers

nothing calls this directly

Calls 1

reshapeMethod · 0.45

Tested by

no test coverage detected