onnxruntime/onnxruntime/python/tools
Zhang Lei 7abb5b667f
Support pad operator in quantization and quantized nhwc transformer. Fix Pad operator bug. (#6325)
Support pad operator in quantization tool.
Support pad operator in quantized nhwc transformer.
Fix pad() operator bug when pad input's inner(right) most axis value is zero for Edge and Reflect mode, it copied wrong value to the cells to be padded. Note the Constant mode will not trigger this bug, as Edge/Reflect need copy value from the already copied array while Constant mode only fill specified value.
Add more test cases to cover pad() operator bug fixed here.
Fix quantization tools uint8/int8 value overflow issue when quantize weights in python.
2021-01-29 00:00:14 -08:00
..
featurizer_ops Update data_frame_tool to latest (#3919) 2020-05-18 21:13:56 -07:00
quantization Support pad operator in quantization and quantized nhwc transformer. Fix Pad operator bug. (#6325) 2021-01-29 00:00:14 -08:00
tensorrt/perf Delete float16.py (#6336) 2021-01-13 13:41:06 -08:00
transformers add tool for generating test data for longformer (#6415) 2021-01-26 16:34:29 -08:00
__init__.py Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00
onnxruntime_test.py Liqun/speech model loop to scan (#6070) 2021-01-05 15:15:23 -08:00
symbolic_shape_infer.py Symbolic shape inference: fix rank for ConstantOfShape (#5912) 2020-11-24 14:50:41 -08:00