Home
last modified time | relevance | path

Searched refs:convert_image_channels_packed_to_width_packed (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/impl/
H A DPacking.h45 vTensor convert_image_channels_packed_to_width_packed(const vTensor& v_input);
H A DPacking.cpp357 vTensor convert_image_channels_packed_to_width_packed(const vTensor& v_input) { in convert_image_channels_packed_to_width_packed() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DMm.cpp40 v_input = packing::convert_image_channels_packed_to_width_packed(v_input); in pack_inputs_using_width_packing()
H A DConvolution.cpp806 v_weight = packing::convert_image_channels_packed_to_width_packed(v_weight); in pack_weights_using_width_packing()
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_quantized_api_test.cpp3666 packing::convert_image_channels_packed_to_width_packed(v_input); in TEST_F()