#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 { namespace symint { template ::value>> at::Tensor repeat(const at::Tensor & self, at::IntArrayRef repeats) { return at::_ops::repeat::call(self, c10::fromIntArrayRefSlow(repeats)); } } namespace symint { template ::value>> at::Tensor repeat(const at::Tensor & self, c10::SymIntArrayRef repeats) { return at::_ops::repeat::call(self, repeats); } } // aten::repeat.out(Tensor self, SymInt[] repeats, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & repeat_out(at::Tensor & out, const at::Tensor & self, at::IntArrayRef repeats) { return at::_ops::repeat_out::call(self, c10::fromIntArrayRefSlow(repeats), out); } namespace symint { template ::value>> at::Tensor & repeat_out(at::Tensor & out, const at::Tensor & self, at::IntArrayRef repeats) { return at::_ops::repeat_out::call(self, c10::fromIntArrayRefSlow(repeats), out); } } // aten::repeat.out(Tensor self, SymInt[] repeats, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & repeat_outf(const at::Tensor & self, at::IntArrayRef repeats, at::Tensor & out) { return at::_ops::repeat_out::call(self, c10::fromIntArrayRefSlow(repeats), out); } namespace symint { template ::value>> at::Tensor & repeat_outf(const at::Tensor & self, at::IntArrayRef repeats, at::Tensor & out) { return at::_ops::repeat_out::call(self, c10::fromIntArrayRefSlow(repeats), out); } } // aten::repeat.out(Tensor self, SymInt[] repeats, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & repeat_symint_out(at::Tensor & out, const at::Tensor & self, c10::SymIntArrayRef repeats) { return at::_ops::repeat_out::call(self, repeats, out); } namespace symint { template ::value>> at::Tensor & repeat_out(at::Tensor & out, const at::Tensor & self, c10::SymIntArrayRef repeats) { return at::_ops::repeat_out::call(self, repeats, out); } } // aten::repeat.out(Tensor self, SymInt[] repeats, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & repeat_symint_outf(const at::Tensor & self, c10::SymIntArrayRef repeats, at::Tensor & out) { return at::_ops::repeat_out::call(self, repeats, out); } namespace symint { template ::value>> at::Tensor & repeat_outf(const at::Tensor & self, c10::SymIntArrayRef repeats, at::Tensor & out) { return at::_ops::repeat_out::call(self, repeats, out); } } }