Home
last modified time | relevance | path

Searched defs:num_output_channels_padded (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DQnnpackUtils.h454 const auto num_output_channels_padded = weight_scales.numel(); in generate_requantization_scales() local
479 const auto num_output_channels_padded = num_output_channels + kPaddingChannels; variable
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/utils/
H A Dutils.cpp153 const auto num_output_channels_padded = weight_scales.numel(); in GenerateRequantizationScale() local