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