Searched refs:Avx (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ | ||
D | cpu_backend_context.cc | 73 bool CpuBackendContext::CpuInfo::Avx() { in Avx() function in tflite::CpuBackendContext::CpuInfo |
D | cpu_backend_context.h | 72 bool Avx(); |
/external/ruy/ruy/ | ||
D | cpuinfo.cc | 109 bool CpuInfo::Avx() { return EnsureInitialized() && cpuinfo_has_x86_avx(); } in Avx() function in ruy::CpuInfo |
D | cpuinfo.h | 34 bool Avx(); |
D | ctx.cc | 123 [=]() { return HaveBuiltPathForAvx() && cpuinfo->Avx(); }); in DetectRuntimeSupportedPaths() |