| 7 | |
| 8 | template <typename Dtype> |
| 9 | void FilterLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom, |
| 10 | const vector<Blob<Dtype>*>& top) { |
| 11 | CHECK_EQ(top.size(), bottom.size() - 1); |
| 12 | first_reshape_ = true; |
| 13 | } |
| 14 | |
| 15 | template <typename Dtype> |
| 16 | void FilterLayer<Dtype>::Reshape(const vector<Blob<Dtype>*>& bottom, |