Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 723 Bytes

README.md

File metadata and controls

36 lines (32 loc) · 723 Bytes

NE16

Docs

Implemented features

  • 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