onnxruntime/tools/python/util
Scott McKay 6545e24b60
Update mobile prebuilt package ops to add support for opset 14 and 15 (#9717)
* Update required operators for prebuilt package to add opsets 14 and 15.
Add helper script to check if the prebuilt package will support the model and if not why not.

* Add support for multiple opsets being specified on a single line in the required operators config. This makes it easier to update the pre-built package config.

It's also required for validation tools to work as they only have a single opset from the model and not per-operator opsets. If we only list the incremental ops we could merge in the ops from the previous opset, but that wouldn't give a way to drop an operator from being supported.

Left the info on which ops changed though so we have a better feel for the cost of supporting each opset.
2021-11-18 10:44:39 +10:00
..
android Add support for running Android emulator from build.py on Windows. (#6317) 2021-01-13 19:21:49 -08:00
ort_format_model Remove experimental from ORT format namespace (#9729) 2021-11-11 19:46:30 -08:00
__init__.py Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
convert_onnx_models_to_ort.py [convert_onnx_models_to_ort.py] Add option to specify NNAPI EP partitioning stop ops. (#8668) 2021-08-19 13:02:28 -07:00
get_azcopy.py Cache build docker images in container registry. (#5811) 2020-11-17 17:02:24 -08:00
logger.py Add support for running Android emulator from build.py on Windows. (#6317) 2021-01-13 19:21:49 -08:00
platform.py Add support for running Android emulator from build.py on Windows. (#6317) 2021-01-13 19:21:49 -08:00
reduced_build_config_parser.py Update mobile prebuilt package ops to add support for opset 14 and 15 (#9717) 2021-11-18 10:44:39 +10:00
run.py Build script logging updates (#8618) 2021-08-05 09:41:17 -07:00