#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { TORCH_API at::Tensor _upsample_nearest_exact1d(const at::Tensor & input, at::OptionalIntArrayRef output_size, c10::optional> scale_factors); TORCH_API at::Tensor & _upsample_nearest_exact1d_vec_out_symint(const at::Tensor & input, at::OptionalSymIntArrayRef output_size, c10::optional> scale_factors, at::Tensor & out); struct TORCH_API structured__upsample_nearest_exact1d_out_cpu : public at::meta::structured__upsample_nearest_exact1d { void impl(const at::Tensor & self, at::ArrayRef output_size, c10::optional scales, const at::Tensor & out); }; struct TORCH_API structured__upsample_nearest_exact1d_out_cuda : public at::meta::structured__upsample_nearest_exact1d { void impl(const at::Tensor & self, at::ArrayRef output_size, c10::optional scales, const at::Tensor & out); }; } // namespace native } // namespace at