onnxruntime/onnxruntime/python/tools/quantization/operators
Zhang Lei 9992f0f812
Implement QLinear GlobalAveragePool with sse2/neon. (#5838)
Add QLinear Global Average Pool for quantization for ARM and SSE2.

Co-authored-by: Tracy Sharpe <tracysh@microsoft.com>
2020-11-23 19:23:58 -08:00
..
__init__.py
activation.py Add LeakyRelu and Sigmoid QLinear Quantization support (#5116) 2020-09-14 14:46:24 -07:00
attention.py Support per-channel quantization of weight tensor (#5057) 2020-09-14 11:53:50 -07:00
base_operator.py
binary_op.py Add option to allow quantize_input() use input_qtype for initializers. (#5721) 2020-11-06 09:33:24 -08:00
conv.py Quantize LSTM (#5595) 2020-11-18 11:21:49 -08:00
embed_layernorm.py fix quantization of EmbeddingLayerNorm (#5321) 2020-10-01 20:08:43 -07:00
gather.py Quantize LSTM (#5595) 2020-11-18 11:21:49 -08:00
gavgpool.py Implement QLinear GlobalAveragePool with sse2/neon. (#5838) 2020-11-23 19:23:58 -08:00
lstm.py Quantize LSTM (#5595) 2020-11-18 11:21:49 -08:00
matmul.py Fix bug in the back to back quantization of matmul and conv (#5264) 2020-09-23 08:47:20 -07:00
maxpool.py MaxPool versioning in quantization tools. (#5194) 2020-09-16 22:52:24 -07:00