Commits


Yufeng Li authored and GitHub committed 6f86c4dbe37
Quantize LSTM (#5595) Quantize LSTM: 1. dynamically quantizes MatMul inside the LSTM. It doesn't quantize activation function. 2. support per-channel on the input weight and recurrent weight.