#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::native_channel_shuffle(Tensor self, int groups) -> Tensor inline at::Tensor native_channel_shuffle(const at::Tensor & self, int64_t groups) { return at::_ops::native_channel_shuffle::call(self, groups); } }