| 65 | enum class ExternalPath { kNone, kGemmlowp, kEigen, kEigenTensor, kOpenBlas }; |
| 66 | |
| 67 | inline std::vector<std::string>* CoveredPaths() { |
| 68 | static std::vector<std::string> covered_paths; |
| 69 | return &covered_paths; |
| 70 | } |
| 71 | |
| 72 | const char* PathName(Path path) { |
| 73 | #define RUY_PATHNAME_CASE(NAME) \ |
no outgoing calls
no test coverage detected