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

Method LayerSetUp

src/caffe/layers/concat_layer.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8template <typename Dtype>
9void ConcatLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom,
10 const vector<Blob<Dtype>*>& top) {
11 const ConcatParameter& concat_param = this->layer_param_.concat_param();
12 CHECK(!(concat_param.has_axis() && concat_param.has_concat_dim()))
13 << "Either axis or concat_dim should be specified; not both.";
14}
15
16template <typename Dtype>
17void ConcatLayer<Dtype>::Reshape(const vector<Blob<Dtype>*>& bottom,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected