#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { TORCH_API at::Tensor & channel_shuffle_out(const at::Tensor & self, int64_t groups, at::Tensor & out); TORCH_API at::Tensor channel_shuffle(const at::Tensor & self, int64_t groups); TORCH_API at::Tensor channel_shuffle_quantized_cpu(const at::Tensor & self, int64_t groups); } // namespace native } // namespace at