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

Function DetectDotprod

tensorflow/lite/experimental/ruy/detect_dotprod.cc:208–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206} // namespace
207
208bool DetectDotprod() {
209#ifdef __linux__
210 if (IsLinuxAuxvMethodAvailable()) {
211 return DetectDotprodByLinuxAuxvMethod();
212 }
213#endif
214
215 return DetectDotprodBySigIllMethod();
216}
217
218#else
219bool DetectDotprod() { return false; }

Callers 2

HasSdotInstructionFunction · 0.85

Tested by

no test coverage detected