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

Method AbsValLayer

include/caffe/layers/absval_layer.hpp:27–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25class AbsValLayer : public NeuronLayer<Dtype> {
26 public:
27 explicit AbsValLayer(const LayerParameter& param)
28 : NeuronLayer<Dtype>(param) {}
29 virtual void LayerSetUp(const vector<Blob<Dtype>*>& bottom,
30 const vector<Blob<Dtype>*>& top);
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected