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