Home
last modified time | relevance | path

Searched refs:quantized_upsample_nearest2d (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DQuantizedFunctions.h63 Tensor quantized_upsample_nearest2d(
H A DUpsample.cpp75 v_input.is_quantized() ? VK_KERNEL(quantized_upsample_nearest2d) in upsample_nearest2d()
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_quantized_api_test.cpp2052 TEST_F(VulkanAPITest, quantized_upsample_nearest2d) { in TEST_F() argument