onnxruntime/onnxruntime/python/tools/quantization/operators
2020-11-06 09:33:24 -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 Fix bug in the back to back quantization of matmul and conv (#5264) 2020-09-23 08:47:20 -07:00
embed_layernorm.py fix quantization of EmbeddingLayerNorm (#5321) 2020-10-01 20:08:43 -07:00
gather.py Fix bug in the back to back quantization of matmul and conv (#5264) 2020-09-23 08:47:20 -07: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