| 42 | self_.attr("forward")(bottom, top); |
| 43 | } |
| 44 | virtual void Backward_cpu(const vector<Blob<Dtype>*>& top, |
| 45 | const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) { |
| 46 | self_.attr("backward")(top, propagate_down, bottom); |
| 47 | } |
| 48 | |
| 49 | private: |
| 50 | bp::object self_; |
nothing calls this directly
no outgoing calls
no test coverage detected