Home
last modified time | relevance | path

Searched defs:VECTOR_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/memchr/src/memchr/x86/
Dsse42.rs16 const VECTOR_SIZE: usize = size_of::<__m128i>(); constant
Dsse2.rs3 const VECTOR_SIZE: usize = size_of::<__m128i>(); constant
Davx.rs5 const VECTOR_SIZE: usize = size_of::<__m256i>(); constant
/external/rust/crates/bstr/src/
Dascii.rs122 const VECTOR_SIZE: usize = mem::size_of::<__m128i>(); in first_non_ascii_byte_sse2() constant
/external/tensorflow/tensorflow/core/kernels/
Dxsmm_conv2d.cc56 int VECTOR_SIZE; in CanUseXsmmConv2D() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h7865 constexpr int VECTOR_SIZE = 16; in ArgMaxVector() local
7914 constexpr int VECTOR_SIZE = 16; in ArgMaxVector() local