| 26 | |
| 27 | virtual inline const char* type() const { return "Pooling"; } |
| 28 | virtual inline int ExactNumBottomBlobs() const { return 1; } |
| 29 | virtual inline int MinTopBlobs() const { return 1; } |
| 30 | // MAX POOL layers can output an extra top blob for the mask; |
| 31 | // others can only output the pooled inputs. |
nothing calls this directly
no outgoing calls
no test coverage detected