Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A Dgroup_norm_kernel.cpp329 constexpr int64_t feature_map_threshold = 1024; in GroupNormKernelImplChannelsLastInternal() local
1405 constexpr int64_t feature_map_threshold = 2048; in GroupNormBackwardKernelImplChannelsLastInternal() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/kernels/
H A DQuantizedOpKernels.cpp3113 constexpr int64_t feature_map_threshold = 512; local