onnxruntime/onnxruntime/test/python
Chen Fu b2382dc43a
fix qdq relu removal bug (#12542)
Fix minor bug in qdq quantization tool

Motivation and Context
Relu node is removed in qdq quantization tool if it can be merged to its input node. When performing the removal, we forgot to check whether the input is actually the graph input
2022-08-10 14:06:51 -07:00
..
contrib_ops ATen Fallback for Inference (#11597) 2022-06-09 16:07:30 +08:00
quantization fix qdq relu removal bug (#12542) 2022-08-10 14:06:51 -07:00
testdata
transformers support gpt2 model with greedy search (#12068) 2022-07-22 15:45:16 -07:00
helper.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
onnx_backend_test_series.py prepare test folder from GitHub (#12220) 2022-07-20 22:01:08 -07:00
onnxruntime_test_ort_trainer.py Set black's target version (#11370) 2022-04-27 14:52:19 -07:00
onnxruntime_test_ort_trainer_with_mixed_precision.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
onnxruntime_test_python.py [TensorRT EP] support TensorRT 8.4 (#11866) 2022-06-16 07:46:40 -07:00
onnxruntime_test_python_backend.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
onnxruntime_test_python_backend_mlops.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
onnxruntime_test_python_cudagraph.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
onnxruntime_test_python_iobinding.py Move OrtValueVector from onnxruntime-training to onnxruntime (#11176) 2022-06-15 09:36:28 +02:00
onnxruntime_test_python_keras.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
onnxruntime_test_python_mlops.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
onnxruntime_test_python_nuphar.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
onnxruntime_test_python_sparse_matmul.py Move OrtValueVector from onnxruntime-training to onnxruntime (#11176) 2022-06-15 09:36:28 +02:00
onnxruntime_test_python_symbolic_shape_infer.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
onnxruntime_test_python_tvm.py [TVM EP][CI] Added TVMso EP testing into CI (#12188) 2022-07-19 16:05:28 +02:00
onnxruntime_test_training_unit_tests.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
onnxruntime_test_training_unittest_utils.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
test_pytorch_export_contrib_ops.py fix(onnx_export): Extract arg value from torch Value (#11471) 2022-05-11 11:36:43 -07:00