| 30 | self_.attr("setup")(bottom, top); |
| 31 | } |
| 32 | virtual void Reshape(const vector<Blob<Dtype>*>& bottom, |
| 33 | const vector<Blob<Dtype>*>& top) { |
| 34 | self_.attr("reshape")(bottom, top); |
| 35 | } |
| 36 | |
| 37 | virtual inline const char* type() const { return "Python"; } |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected