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

Method LayerSetUp

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

Source from the content-addressed store, hash-verified

7
8template <typename Dtype>
9void AbsValLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom,
10 const vector<Blob<Dtype>*>& top) {
11 NeuronLayer<Dtype>::LayerSetUp(bottom, top);
12 CHECK_NE(top[0], bottom[0]) << this->type() << " Layer does not "
13 "allow in-place computation.";
14}
15
16template <typename Dtype>
17void AbsValLayer<Dtype>::Forward_cpu(

Callers

nothing calls this directly

Calls 1

typeMethod · 0.95

Tested by

no test coverage detected