Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/cpu/kernels/roialign/generic/neon/
Dimpl.cpp65 const int x_high = x_low + 1; in roi_align_1x1() local
139 const int x_high = x_low + 1; in roi_align_1x1_qasymm8() local
/external/ComputeLibrary/src/core/NEON/
DNEMath.inl613 const float32x4_t x_high = vcvt_f32_f16(vget_high_f16(x)); local
623 const float32x4_t x_high = vcvt_f32_f16(vget_high_f16(x)); local
633 const float32x4_t x_high = vcvt_f32_f16(vget_high_f16(x)); local
/external/ComputeLibrary/tests/validation/reference/
DROIAlignLayer.cpp74 const int x_high = x_low + 1; in roi_align_1x1() local