Skip to main content

Module quantized_depthwise

Module quantized_depthwise 

Source
Expand description

Quantized Depthwise Convolution Layer

INT8 quantized depthwise convolution with:

  • Separate kernel for channel-wise operations
  • Efficient memory layout (channel-first processing)
  • Per-channel quantization

Structsยง

QuantizedDepthwiseConv2d
Quantized Depthwise Convolution Layer