#pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::special_chebyshev_polynomial_u(Tensor x, Tensor n) -> Tensor inline at::Tensor special_chebyshev_polynomial_u(const at::Tensor & x, const at::Tensor & n) { return at::_ops::special_chebyshev_polynomial_u::call(x, n); } // aten::special_chebyshev_polynomial_u.x_scalar(Scalar x, Tensor n) -> Tensor inline at::Tensor special_chebyshev_polynomial_u(const at::Scalar & x, const at::Tensor & n) { return at::_ops::special_chebyshev_polynomial_u_x_scalar::call(x, n); } // aten::special_chebyshev_polynomial_u.n_scalar(Tensor x, Scalar n) -> Tensor inline at::Tensor special_chebyshev_polynomial_u(const at::Tensor & x, const at::Scalar & n) { return at::_ops::special_chebyshev_polynomial_u_n_scalar::call(x, n); } // aten::special_chebyshev_polynomial_u.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & special_chebyshev_polynomial_u_out(at::Tensor & out, const at::Tensor & x, const at::Tensor & n) { return at::_ops::special_chebyshev_polynomial_u_out::call(x, n, out); } // aten::special_chebyshev_polynomial_u.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & special_chebyshev_polynomial_u_outf(const at::Tensor & x, const at::Tensor & n, at::Tensor & out) { return at::_ops::special_chebyshev_polynomial_u_out::call(x, n, out); } // aten::special_chebyshev_polynomial_u.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & special_chebyshev_polynomial_u_out(at::Tensor & out, const at::Scalar & x, const at::Tensor & n) { return at::_ops::special_chebyshev_polynomial_u_x_scalar_out::call(x, n, out); } // aten::special_chebyshev_polynomial_u.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & special_chebyshev_polynomial_u_outf(const at::Scalar & x, const at::Tensor & n, at::Tensor & out) { return at::_ops::special_chebyshev_polynomial_u_x_scalar_out::call(x, n, out); } // aten::special_chebyshev_polynomial_u.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & special_chebyshev_polynomial_u_out(at::Tensor & out, const at::Tensor & x, const at::Scalar & n) { return at::_ops::special_chebyshev_polynomial_u_n_scalar_out::call(x, n, out); } // aten::special_chebyshev_polynomial_u.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & special_chebyshev_polynomial_u_outf(const at::Tensor & x, const at::Scalar & n, at::Tensor & out) { return at::_ops::special_chebyshev_polynomial_u_n_scalar_out::call(x, n, out); } }