#pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::native_channel_shuffle(Tensor self, SymInt groups) -> Tensor inline at::Tensor native_channel_shuffle(const at::Tensor & self, int64_t groups) { return at::_ops::native_channel_shuffle::call(self, groups); } namespace symint { template >> at::Tensor native_channel_shuffle(const at::Tensor & self, int64_t groups) { return at::_ops::native_channel_shuffle::call(self, groups); } } // aten::native_channel_shuffle(Tensor self, SymInt groups) -> Tensor inline at::Tensor native_channel_shuffle_symint(const at::Tensor & self, c10::SymInt groups) { return at::_ops::native_channel_shuffle::call(self, groups); } namespace symint { template >> at::Tensor native_channel_shuffle(const at::Tensor & self, c10::SymInt groups) { return at::_ops::native_channel_shuffle::call(self, groups); } } }