Home
last modified time | relevance | path

Searched defs:_upsample_nearest_exact1d (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUpSampleNearest1d.cpp37 TORCH_META_FUNC(_upsample_nearest_exact1d) ( in TORCH_META_FUNC() argument
134 Tensor _upsample_nearest_exact1d( in _upsample_nearest_exact1d() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py3583 def _upsample_nearest_exact1d(x, output_size, scales: Optional[float] = None): function