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

Method ScaleLayer

include/caffe/layers/scale_layer.hpp:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected