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