| 23 | |
| 24 | protected: |
| 25 | SPPLayerTest() |
| 26 | : blob_bottom_(new Blob<Dtype>()), |
| 27 | blob_bottom_2_(new Blob<Dtype>()), |
| 28 | blob_bottom_3_(new Blob<Dtype>()), |
| 29 | blob_top_(new Blob<Dtype>()) {} |
| 30 | virtual void SetUp() { |
| 31 | Caffe::set_random_seed(1701); |
| 32 | blob_bottom_->Reshape(2, 3, 9, 8); |
nothing calls this directly
no outgoing calls
no test coverage detected