| 16 | class DummyDataLayerTest : public CPUDeviceTest<Dtype> { |
| 17 | protected: |
| 18 | DummyDataLayerTest() |
| 19 | : blob_top_a_(new Blob<Dtype>()), |
| 20 | blob_top_b_(new Blob<Dtype>()), |
| 21 | blob_top_c_(new Blob<Dtype>()) {} |
| 22 | |
| 23 | virtual void SetUp() { |
| 24 | blob_bottom_vec_.clear(); |
nothing calls this directly
no outgoing calls
no test coverage detected