| 28 | virtual inline const char* type() const { return "BatchReindex"; } |
| 29 | virtual inline int ExactNumBottomBlobs() const { return 2; } |
| 30 | virtual inline int ExactNumTopBlobs() const { return 1; } |
| 31 | |
| 32 | protected: |
| 33 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected