| 20 | |
| 21 | protected: |
| 22 | HDF5DataLayerTest() |
| 23 | : filename(NULL), |
| 24 | blob_top_data_(new Blob<Dtype>()), |
| 25 | blob_top_label_(new Blob<Dtype>()), |
| 26 | blob_top_label2_(new Blob<Dtype>()) {} |
| 27 | virtual void SetUp() { |
| 28 | blob_top_vec_.push_back(blob_top_data_); |
| 29 | blob_top_vec_.push_back(blob_top_label_); |
nothing calls this directly
no outgoing calls
no test coverage detected