Home
last modified time | relevance | path

Searched refs:convert_image_channels_packed_to_height_packed (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/impl/
H A DPacking.h43 vTensor convert_image_channels_packed_to_height_packed(const vTensor& v_input);
H A DPacking.cpp350 vTensor convert_image_channels_packed_to_height_packed(const vTensor& v_input) { in convert_image_channels_packed_to_height_packed() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DMm.cpp73 packing::convert_image_channels_packed_to_height_packed(v_weight); in pack_weights_using_height_packing()
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_quantized_api_test.cpp3614 packing::convert_image_channels_packed_to_height_packed(v_input); in TEST_F()