#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::sinc(Tensor self) -> Tensor inline at::Tensor sinc(const at::Tensor & self) { return at::_ops::sinc::call(self); } // aten::sinc_(Tensor(a!) self) -> Tensor(a!) inline at::Tensor & sinc_(at::Tensor & self) { return at::_ops::sinc_::call(self); } // aten::sinc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & sinc_out(at::Tensor & out, const at::Tensor & self) { return at::_ops::sinc_out::call(self, out); } // aten::sinc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & sinc_outf(const at::Tensor & self, at::Tensor & out) { return at::_ops::sinc_out::call(self, out); } }