• Home
Name Date Size #Lines LOC

..--

README.mdD03-May-2024324 96

add.hD03-May-20246.4 KiB145100

conv.hD03-May-202410.2 KiB222153

depthwise_conv.hD03-May-202414.2 KiB290232

dequantize.hD03-May-20241.7 KiB4422

fully_connected.hD03-May-20244.8 KiB10986

l2normalization.hD03-May-20242.9 KiB6638

log_softmax.hD03-May-20244.7 KiB11274

logistic.hD03-May-20244.5 KiB12070

mean.hD03-May-20243.4 KiB7853

mul.hD03-May-20245.6 KiB132101

pooling.hD03-May-202412.1 KiB263230

tanh.hD03-May-20244.2 KiB11770

transpose_conv.hD03-May-202410.3 KiB222179

README.md

1This directory contains reference implementations for int8 fully integer kernels.
2
3Weight filters of convs are expected to be symmetric per-channel quantized in
4the range [-127, 127].
5Inputs/activations are expected to be asymmetric per-layer quantized in the
6range [-128, 127].
7
8THESE ARE EXPERIMENTAL AND PRONE TO CHANGE.
9