Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DUpSample.cuh331 accscalar_t invscale = (scale >= 1.0) ? 1.0 / scale : 1.0; in _compute_weights() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/
H A Dimpl.h526 …nt8_t *output_ptr, const float32x4x4_t &rf, const float32x4_t &offset, const float32x4_t &invscale) in store_quantized()
547 …nt8_t *output_ptr, const float32x4x4_t &rf, const float32x4_t &offset, const float32x4_t &invscale) in store_quantized_signed()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DUpSampleKernel.cpp754 scalar_t invscale = (scale >= 1.0) ? 1.0 / scale : 1.0; in _compute_indices_min_size_weights_aa() local