| 26 | class 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, |
nothing calls this directly
no outgoing calls
no test coverage detected