Home / Class/ QChannelShuffle Class — pytorch Architecture

QChannelShuffle Class — pytorch Architecture

Architecture documentation for the QChannelShuffle class in ChannelShuffle.cpp from the pytorch codebase.

Entity Profile

Source Code

aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp lines 113–118

class QChannelShuffle final : public c10::OperatorKernel {
 public:
  Tensor operator()(Tensor qx, int64_t groups) {
    return channel_shuffle_quantized_cpu(qx, groups);
  }
};

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free