| 7 | |
| 8 | template <typename Dtype> |
| 9 | void ReductionLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom, |
| 10 | const vector<Blob<Dtype>*>& top) { |
| 11 | op_ = this->layer_param_.reduction_param().operation(); |
| 12 | } |
| 13 | |
| 14 | template <typename Dtype> |
| 15 | void ReductionLayer<Dtype>::Reshape(const vector<Blob<Dtype>*>& bottom, |
nothing calls this directly
no outgoing calls
no test coverage detected