| 19 | |
| 20 | template <typename Dtype> |
| 21 | DataLayer<Dtype>::~DataLayer() { |
| 22 | this->StopInternalThread(); |
| 23 | } |
| 24 | |
| 25 | template <typename Dtype> |
| 26 | void DataLayer<Dtype>::DataLayerSetUp(const vector<Blob<Dtype>*>& bottom, |
nothing calls this directly
no test coverage detected