| 22 | const vector<Blob<Dtype>*>& top); |
| 23 | virtual inline const char* type() const { return "Data"; } |
| 24 | virtual inline int ExactNumBottomBlobs() const { return 0; } |
| 25 | virtual inline int MinTopBlobs() const { return 1; } |
| 26 | virtual inline int MaxTopBlobs() const { return 2; } |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected