Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 696 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 696 Bytes

Neureka

Docs

Github repo link.

Implemented features

  • Convolution w/ kernel shape 1x1
  • Convolution w/ kernel shape 3x3
  • Depthwise convolution w/ kernel shape 3x3
  • Normalization and quantization
    • With
    • Without
    • Relu (w/ and w/o)
    • Bias (w/ and w/o)
    • Per-channel shift
    • Per-layer shift
  • Input type
    • uint8
    • int8
  • Output type
    • int8
    • uint8 (only w/ Relu)
    • int32
  • Scale type
    • uint8
    • uint32
  • Bias type
    • int32
  • Weight type
    • int8
    • int2-7
  • Dedicated weight memory