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