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