| 23 | class ImageDataLayer : public BasePrefetchingDataLayer<Dtype> { |
| 24 | public: |
| 25 | explicit ImageDataLayer(const LayerParameter& param) |
| 26 | : BasePrefetchingDataLayer<Dtype>(param) {} |
| 27 | virtual ~ImageDataLayer(); |
| 28 | virtual void DataLayerSetUp(const vector<Blob<Dtype>*>& bottom, |
| 29 | const vector<Blob<Dtype>*>& top); |
nothing calls this directly
no outgoing calls
no test coverage detected