Searched refs:Avx512 (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ | ||
D | cpu_backend_context.cc | 77 bool CpuBackendContext::CpuInfo::Avx512() { in Avx512() function in tflite::CpuBackendContext::CpuInfo |
D | cpu_backend_context.h | 74 bool Avx512(); |
/external/ruy/ruy/ | ||
D | cpuinfo.cc | 111 bool CpuInfo::Avx512() { in Avx512() function in ruy::CpuInfo |
D | cpuinfo.h | 36 bool Avx512(); |
D | ctx.cc | 127 [=]() { return HaveBuiltPathForAvx512() && cpuinfo->Avx512(); }); in DetectRuntimeSupportedPaths() |