| 37 | virtual void Forward_gpu(const vector<Blob<Dtype>*>& bottom, |
| 38 | const vector<Blob<Dtype>*>& top) {} |
| 39 | virtual void Backward_gpu(const vector<Blob<Dtype>*>& top, |
| 40 | const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {} |
| 41 | |
| 42 | /// @brief vector of axes indices whose dimensions we'll copy from the bottom |
| 43 | vector<int> copy_axes_; |
nothing calls this directly
no outgoing calls
no test coverage detected