Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DUtils.cpp55 uint32_t NC4 = (N * C_aligned) / 4; in nchw_to_nc4hw() local
79 uint32_t NC4 = N * api::utils::div_up(C, 4u); in create_staging_tensor() local