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

Method EltwiseLayer

include/caffe/layers/eltwise_layer.hpp:21–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19class EltwiseLayer : public Layer<Dtype> {
20 public:
21 explicit EltwiseLayer(const LayerParameter& param)
22 : Layer<Dtype>(param) {}
23 virtual void LayerSetUp(const vector<Blob<Dtype>*>& bottom,
24 const vector<Blob<Dtype>*>& top);
25 virtual void Reshape(const vector<Blob<Dtype>*>& bottom,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected