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