mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-20 21:40:57 +00:00
**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. |
||
|---|---|---|
| .. | ||
| util | ||
| __init__.py | ||
| check_onnx_model_mobile_usability.py | ||
| convert_onnx_models_to_ort.py | ||
| create_reduced_build_config.py | ||
| dump_ort_model.py | ||
| dump_subgraphs.py | ||
| example_operator_perf_test.py | ||
| find_optimizer_opset_version_updates_required.py | ||
| gen_contrib_doc.py | ||
| gen_opkernel_doc.py | ||
| gen_ort_mobile_pkg_doc.py | ||
| get_submodules.py | ||
| onnx_test_data_utils.py | ||
| ort_test_dir_utils.py | ||
| PythonTools.md | ||
| remove_initializer_from_input.py | ||
| run_android_emulator.py | ||
| run_CIs_for_external_pr.py | ||
| sparsify_initializers.py | ||
| update_version.py | ||