Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEReductionOperationKernel.cpp177 uint32_t calculate_vector_index(uint32x4x4_t vec_res_idx, T vec_res_value, ReductionOperation op) in calculate_vector_index()
204 uint32_t calculate_vector_index_quantized(uint32x4x4_t vec_res_idx, T vec_res_value, ReductionOpera… in calculate_vector_index_quantized()
299 uint32_t calculate_vector_index(uint32x4x4_t vec_res_idx, float16x8_t vec_res_value, ReductionOpera… in calculate_vector_index()
428 auto vec_res_value = wrapper::vdup_n(init_res_value, ExactTagType{}); in operator ()() local
654 typename wrapper::traits::neon_vector<T, 16>::type vec_res_value = { 0 }; in operator ()() local
917 neon_vector vec_res_value = { 0 }; in operator ()() local
1256 auto vec_res_value = wrapper::vloadq(input_ptr + x); in operator ()() local