onnxruntime/tools/python
Scott McKay 4d8510611b
Update find_optimizer_opset_version_updates_required.py to use the ONNX headers to determine the latest opset. (#12484)
**Description**: 
Use the onnx headers to find the latest opset for each operator. This
allows the script to detect optimizers with
`graph_utils::IsSupportedOptypeVersionAndDomain` calls that need
updating when run during the update of the onnx commit id. Without this
change issues are not detected until a new kernel is registered.

**Motivation and Context**
Detect optimizers that need updates as part of the ONNX update process.
2022-09-29 16:55:22 +10:00
..
util Add --output_dir option to convert_onnx_models_to_ort.py. (#12844) 2022-09-12 15:36:03 -07:00
__init__.py
check_onnx_model_mobile_usability.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
convert_onnx_models_to_ort.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
create_reduced_build_config.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
dump_ort_model.py Update kernel matching logic: decouple from op schemas and remove kernel def hashes (#12791) 2022-09-20 14:24:59 -07:00
dump_subgraphs.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
example_operator_perf_test.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
find_optimizer_opset_version_updates_required.py Update find_optimizer_opset_version_updates_required.py to use the ONNX headers to determine the latest opset. (#12484) 2022-09-29 16:55:22 +10:00
gen_contrib_doc.py Replace 'master' branch ref to 'main' in the code (#12547) 2022-08-22 10:48:12 -07:00
gen_opkernel_doc.py Replace 'master' branch ref to 'main' in the code (#12547) 2022-08-22 10:48:12 -07:00
gen_ort_mobile_pkg_doc.py Replace 'master' branch ref to 'main' in the code (#12547) 2022-08-22 10:48:12 -07:00
get_submodules.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
onnx_test_data_utils.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
ort_test_dir_utils.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
PythonTools.md Maintain aspect ratio by doing resize + crop in image_to_pb tool (#10887) 2022-03-19 07:08:45 +10:00
remove_initializer_from_input.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
run_android_emulator.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
run_CIs_for_external_pr.py Remove miscellaneous nuphar configs (#13070) 2022-09-26 13:41:28 -07:00
sparsify_initializers.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00
update_version.py Format all python files under onnxruntime with black and isort (#11324) 2022-04-26 09:35:16 -07:00