| 44 | |
| 45 | virtual inline const char* type() const { return "ArgMax"; } |
| 46 | virtual inline int ExactNumBottomBlobs() const { return 1; } |
| 47 | virtual inline int ExactNumTopBlobs() const { return 1; } |
| 48 | |
| 49 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected