#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::tile(Tensor self, SymInt[] dims) -> Tensor inline at::Tensor tile(const at::Tensor & self, at::IntArrayRef dims) { return at::_ops::tile::call(self, c10::fromIntArrayRefSlow(dims)); } namespace symint { template ::value>> at::Tensor tile(const at::Tensor & self, at::IntArrayRef dims) { return at::_ops::tile::call(self, c10::fromIntArrayRefSlow(dims)); } } // aten::tile(Tensor self, SymInt[] dims) -> Tensor inline at::Tensor tile_symint(const at::Tensor & self, c10::SymIntArrayRef dims) { return at::_ops::tile::call(self, dims); } namespace symint { template ::value>> at::Tensor tile(const at::Tensor & self, c10::SymIntArrayRef dims) { return at::_ops::tile::call(self, dims); } } }