Searched defs:dx_val (Results 1 – 6 of 6) sorted by relevance
| /external/ComputeLibrary/src/cpu/kernels/ |
| D | CpuScaleKernel.cpp | 361 const auto dx_val = *(reinterpret_cast<const float *>(dx_i.ptr())); in scale_bilinear_nchw() local 386 const auto dx_val = *(reinterpret_cast<const float *>(dx_i.ptr())); in scale_bilinear_nchw() local 509 …const auto dx_val = *(reinterpret_cast<const float *>(dx->ptr_to_element(Coordinates(id[… in scale_bilinear_qasymm() local 540 …const auto dx_val = *(reinterpret_cast<const float *>(dx->ptr_to_element(Coordinates(id[… in scale_bilinear_qasymm() local
|
| /external/ComputeLibrary/src/cpu/kernels/scale/neon/ |
| D | fp16.cpp | 114 …const auto dx_val = *reinterpret_cast<const float *>(dx->ptr_to_element(Coordinates(id.y(), … in fp16_neon_scale_bilinear() local 133 …const auto dx_val = *reinterpret_cast<const float *>(dx->ptr_to_element(Coordinates(id.y(), id.z()… in fp16_neon_scale_bilinear() local
|
| D | integer.cpp | 106 …const auto dx_val = *reinterpret_cast<const float *>(dx->ptr_to_element(Coordinates(id.y(), id… in u8_neon_scale_bilinear() local 586 …const auto dx_val = *reinterpret_cast<const float *>(dx->ptr_to_element(Coordinates(id.y(), id… in s16_neon_scale_bilinear() local 605 …const auto dx_val = *reinterpret_cast<const float *>(dx->ptr_to_element(Coordinates(id.y(), id.z()… in s16_neon_scale_bilinear() local
|
| D | qasymm8_signed.cpp | 74 …const auto dx_val = *(reinterpret_cast<const float *>(dx->ptr_to_element(Coordinates(id[… in qasymm8_signed_neon_scale_bilinear() local
|
| D | qasymm8.cpp | 75 …const auto dx_val = *(reinterpret_cast<const float *>(dx->ptr_to_element(Coordinates(id[… in qasymm8_neon_scale_bilinear() local
|
| /external/ComputeLibrary/src/core/helpers/ |
| D | ScaleHelpers.h | 186 inline float delta_bilinear(float a00, float a01, float a10, float a11, float dx_val, float dy_val) in delta_bilinear()
|