- Github repo link.
- Convolution w/ kernel shape 1x1
- Convolution w/ kernel shape 3x3
- Depthwise convolution w/ kernel shape 3x3
- Stride 2x2
- Normalization and quantization
- With
- Without
- Relu (w/ and w/o)
- Bias (w/ and w/o)
- Per-channel shift
- Per-layer shift
- Rounding
- Input type
- uint8
- uint16
- Output type
- int8
- uint8 (only w/ Relu)
- int32
- Scale type
- uint8
- uint16
- uint32
- Bias type
- int32
- Weight type
- int8
- int2-7