MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CoveredPaths

Function CoveredPaths

tensorflow/lite/experimental/ruy/test.h:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

EvalResultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected