| 35 | |
| 36 | virtual inline const char* type() const { return "Accuracy"; } |
| 37 | virtual inline int ExactNumBottomBlobs() const { return 2; } |
| 38 | |
| 39 | // If there are two top blobs, then the second blob will contain |
| 40 | // accuracies per class. |
nothing calls this directly
no outgoing calls
no test coverage detected