Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/cpu/kernels/
DCpuScaleKernel.cpp361 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/
Dfp16.cpp114 …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
Dinteger.cpp106 …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
Dqasymm8.cpp75 …const auto dx_val = *(reinterpret_cast<const float *>(dx->ptr_to_element(Coordinates(id[… in qasymm8_neon_scale_bilinear() local
Dqasymm8_signed.cpp74 …const auto dx_val = *(reinterpret_cast<const float *>(dx->ptr_to_element(Coordinates(id[… in qasymm8_signed_neon_scale_bilinear() local
/external/ComputeLibrary/src/core/helpers/
DScaleHelpers.h186 inline float delta_bilinear(float a00, float a01, float a10, float a11, float dx_val, float dy_val) in delta_bilinear()
/external/pytorch/aten/src/ATen/native/cpu/
Dbatch_norm_kernel.cpp1266 opmath_t dx_val = (x_val - mean_val) * k_val; in batch_norm_cpu_backward_channels_last_internal() local
1291 opmath_t dx_val = dy_val * invstd_val * w_val; in batch_norm_cpu_backward_channels_last_internal() local