| 18 | |
| 19 | protected: |
| 20 | CropLayerTest() |
| 21 | : blob_bottom_0_(new Blob<Dtype>(2, 4, 5, 4)), |
| 22 | blob_bottom_1_(new Blob<Dtype>(2, 3, 4, 2)), |
| 23 | blob_top_(new Blob<Dtype>()) {} |
| 24 | virtual void SetUp() { |
| 25 | // fill the values |
| 26 | FillerParameter filler_param; |
nothing calls this directly
no outgoing calls
no test coverage detected