| 22 | |
| 23 | protected: |
| 24 | ImageDataLayerTest() |
| 25 | : seed_(1701), |
| 26 | blob_top_data_(new Blob<Dtype>()), |
| 27 | blob_top_label_(new Blob<Dtype>()) {} |
| 28 | virtual void SetUp() { |
| 29 | blob_top_vec_.push_back(blob_top_data_); |
| 30 | blob_top_vec_.push_back(blob_top_label_); |
nothing calls this directly
no outgoing calls
no test coverage detected