| 46 | virtual void Backward_cpu(const vector<Blob<Dtype>*>& top, |
| 47 | const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {} |
| 48 | virtual void Backward_gpu(const vector<Blob<Dtype>*>& top, |
| 49 | const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {} |
| 50 | virtual void LoadHDF5FileData(const char* filename); |
| 51 | |
| 52 | std::vector<std::string> hdf_filenames_; |
nothing calls this directly
no outgoing calls
no test coverage detected