| 20 | class MemoryDataLayer : public BaseDataLayer<Dtype> { |
| 21 | public: |
| 22 | explicit MemoryDataLayer(const LayerParameter& param) |
| 23 | : BaseDataLayer<Dtype>(param), has_new_data_(false) {} |
| 24 | virtual void DataLayerSetUp(const vector<Blob<Dtype>*>& bottom, |
| 25 | const vector<Blob<Dtype>*>& top); |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected