Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUpSampleNearest3d.cpp23 TORCH_META_FUNC(upsample_nearest3d) ( in TORCH_META_FUNC() argument
164 Tensor upsample_nearest3d( in upsample_nearest3d() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dquantization_patterns.h868 auto upsample_nearest3d = getInputTensorQParamOpFusionInfo( in quant_fusion_pattern_and_replacements() local
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py2896 def upsample_nearest3d( function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py3602 def upsample_nearest3d( function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py5822 def upsample_nearest3d(input, output_size, scales_d=None, scales_h=None, scales_w=None): function