| 22 | |
| 23 | protected: |
| 24 | PoolingLayerTest() |
| 25 | : blob_bottom_(new Blob<Dtype>()), |
| 26 | blob_top_(new Blob<Dtype>()), |
| 27 | blob_top_mask_(new Blob<Dtype>()) {} |
| 28 | virtual void SetUp() { |
| 29 | Caffe::set_random_seed(1701); |
| 30 | blob_bottom_->Reshape(2, 3, 6, 5); |
nothing calls this directly
no outgoing calls
no test coverage detected