Home
last modified time | relevance | path

Searched refs:_upsample_nearest_exact1d (Results 1 – 11 of 11) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DUpSampleNearest1d.cpp37 TORCH_META_FUNC(_upsample_nearest_exact1d) ( in TORCH_META_FUNC() argument
134 Tensor _upsample_nearest_exact1d( in _upsample_nearest_exact1d() function
140 return at::_upsample_nearest_exact1d(input, osize, scale_w); in _upsample_nearest_exact1d()
/external/pytorch/torch/onnx/_internal/exporter/
D_decomp.py50 aten._upsample_nearest_exact1d.vec,
/external/pytorch/torch/csrc/api/include/torch/nn/functional/
Dupsampling.h156 return torch::_upsample_nearest_exact1d( in interpolate()
/external/pytorch/test/export/
Dtesting.py82 aten._upsample_nearest_exact1d.vec,
/external/pytorch/aten/src/ATen/native/mps/operations/
DUpSample.mm11 #include <ATen/ops/_upsample_nearest_exact1d.h>
/external/pytorch/test/expect/
DHasDecompTest.test_aten_core_operators.expect25 aten::_upsample_nearest_exact1d.out
/external/pytorch/torch/_decomp/
Ddecompositions.py2785 @register_decomposition(aten._upsample_nearest_exact1d.vec)
2788 @aten._upsample_nearest_exact1d.vec.py_impl(DispatchKey.CompositeImplicitAutograd)
2789 @aten._upsample_nearest_exact1d.vec.py_impl(DispatchKey.Autograd)
2851 [aten._upsample_nearest_exact1d.default, aten._upsample_nearest_exact1d.out]
2853 @aten._upsample_nearest_exact1d.default.py_impl(DispatchKey.CompositeImplicitAutograd)
2854 @aten._upsample_nearest_exact1d.default.py_impl(DispatchKey.Autograd)
/external/pytorch/aten/src/ATen/
Dautocast_mode.h858 _(_upsample_nearest_exact1d) \
/external/pytorch/torch/nn/
Dfunctional.py4541 return torch._C._nn._upsample_nearest_exact1d(input, output_size, scale_factors)
/external/pytorch/torch/_inductor/
Dlowering.py3582 @register_lowering(aten._upsample_nearest_exact1d.default)
3583 def _upsample_nearest_exact1d(x, output_size, scales: Optional[float] = None): function
/external/pytorch/torch/
D_meta_registrations.py5743 [aten.upsample_nearest1d.default, aten._upsample_nearest_exact1d.default]