Home
last modified time | relevance | path

Searched refs:GetCpuFlags (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/files/source/
Dcpu_id.cc206 static SAFEBUFFERS int GetCpuFlags(void) { in GetCpuFlags() function
277 int cpu_info = GetCpuFlags() & enable_flags; in MaskCpuFlags()
/external/libvpx/libvpx/third_party/libyuv/source/
Dcpu_id.cc194 static SAFEBUFFERS int GetCpuFlags(void) { in GetCpuFlags() function
263 int cpu_info = GetCpuFlags() & enable_flags; in MaskCpuFlags()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dcpu_check.h27 inline void GetCpuFlags(CpuBackendContext* cpu_backend_context, in GetCpuFlags() function
Ddepthwiseconv_multithread.h147 GetCpuFlags(cpu_backend_context, &cpu_flags); in DepthwiseConv()