Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuScaleKernel.cpp359 … const int32_t index_h = std::floor((id.y() + _sampling_offset) * hr - _sampling_offset); in scale_bilinear_nchw() local
384 … const int index_h = std::floor((id.y() + _sampling_offset) * hr - _sampling_offset); in scale_bilinear_nchw() local
507 …const int32_t index_h = std::floor((id[idx_height] + _sampling_offset) * hr - _sampling_offs… in scale_bilinear_qasymm() local
538 …const int index_h = std::floor((id[idx_height] + _sampling_offset) * hr - _sampling_offs… in scale_bilinear_qasymm() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/directconv2d/nhwc/neon/
H A Dimpl.cpp157 …for(int index_h = index_h_start; index_h < index_h_end; ++index_h, in_ptr_row += input_stride_h, w… in convolve_nhwc() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/scale/neon/
H A Dqasymm8.cpp73 … const int32_t index_h = std::floor((id[2] + sampling_offset) * scale_y - sampling_offset); in qasymm8_neon_scale_bilinear() local
H A Dqasymm8_signed.cpp72 … const int32_t index_h = std::floor((id[2] + sampling_offset) * scale_y - sampling_offset); in qasymm8_signed_neon_scale_bilinear() local
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc6764 int index_h[] = {5, 6, 7, 8, 2, 3, 6, 4}; in TEST_SVE() local