| 13 | |
| 14 | template <typename Dtype> |
| 15 | BaseDataLayer<Dtype>::BaseDataLayer(const LayerParameter& param) |
| 16 | : Layer<Dtype>(param), |
| 17 | transform_param_(param.transform_param()) { |
| 18 | } |
| 19 | |
| 20 | template <typename Dtype> |
| 21 | void BaseDataLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom, |
nothing calls this directly
no outgoing calls
no test coverage detected