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