| 35 | virtual void Backward_cpu(const vector<Blob<Dtype>*>& top, |
| 36 | const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {} |
| 37 | virtual void Backward_gpu(const vector<Blob<Dtype>*>& top, |
| 38 | const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {} |
| 39 | |
| 40 | protected: |
| 41 | TransformationParameter transform_param_; |
nothing calls this directly
no outgoing calls
no test coverage detected