| 36 | virtual void Backward_cpu(const vector<Blob<Dtype>*>& top, |
| 37 | const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {} |
| 38 | virtual void Backward_gpu(const vector<Blob<Dtype>*>& top, |
| 39 | const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {} |
| 40 | |
| 41 | vector<shared_ptr<Filler<Dtype> > > fillers_; |
| 42 | vector<bool> refill_; |
nothing calls this directly
no outgoing calls
no test coverage detected