| 30 | const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top); |
| 31 | |
| 32 | virtual inline int ExactNumBottomBlobs() const { return 2; } |
| 33 | |
| 34 | /** |
| 35 | * @brief For convenience and backwards compatibility, instruct the Net to |
nothing calls this directly
no outgoing calls
no test coverage detected