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

Method Reshape

src/caffe/layers/neuron_layer.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7template <typename Dtype>
8void NeuronLayer<Dtype>::Reshape(const vector<Blob<Dtype>*>& bottom,
9 const vector<Blob<Dtype>*>& top) {
10 top[0]->ReshapeLike(*bottom[0]);
11}
12
13INSTANTIATE_CLASS(NeuronLayer);
14

Callers

nothing calls this directly

Calls 1

ReshapeLikeMethod · 0.80

Tested by

no test coverage detected