Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUpSampleNearest2d.cpp24 TORCH_META_FUNC(upsample_nearest2d) ( in TORCH_META_FUNC() argument
149 Tensor upsample_nearest2d( in upsample_nearest2d() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DUpsample.cpp12 static Tensor upsample_nearest2d( in upsample_nearest2d() function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_caffe2.py205 def upsample_nearest2d( function
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dquantization_patterns.h865 auto upsample_nearest2d = getInputTensorQParamOpFusionInfo( in quant_fusion_pattern_and_replacements() local
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py358 def upsample_nearest2d( function
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py2868 def upsample_nearest2d( function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py3588 def upsample_nearest2d( function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py5761 def upsample_nearest2d(input, output_size, scales_h=None, scales_w=None): function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_api_test.cpp5539 TEST_F(VulkanAPITest, upsample_nearest2d) { in TEST_F() argument