Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUpSampleNearest1d.cpp23 TORCH_META_FUNC(upsample_nearest1d) ( in TORCH_META_FUNC() argument
125 Tensor upsample_nearest1d( in upsample_nearest1d() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/quantization/
H A Dquantization_patterns.h862 auto upsample_nearest1d = getInputTensorQParamOpFusionInfo( in quant_fusion_pattern_and_replacements() local
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py2842 def upsample_nearest1d( function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py3578 def upsample_nearest1d(x, output_size, scales: Optional[float] = None): function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py5745 def upsample_nearest1d(input, output_size, scales=None): function