mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
* Add ability to generate configuration that includes required types for individual operators, to allow build size reduction based on that.
- Add python bindings for ORT format models
- Add script to update bindings and help info
- Add parsing of ORT format models
- Add ability to enable type reduction to config generation
- Update build.py to only allow operator/type reduction via config
- simpler to require config to be generated first
- can't mix a type aware (ORT format model only) and non-type aware config as that may result in insufficient types being enabled
- Add script to create reduced build config
- Update CIs
|
||
|---|---|---|
| .. | ||
| util | ||
| __init__.py | ||
| convert_onnx_models_to_ort.py | ||
| create_reduced_build_config.py | ||
| dump_subgraphs.py | ||
| example_operator_perf_test.py | ||
| FindOptimizerOpsetVersionUpdatesRequired.py | ||
| gen_contrib_doc.py | ||
| gen_opkernel_doc.py | ||
| get_submodules.py | ||
| onnx_test_data_utils.py | ||
| ort_test_dir_utils.py | ||
| PythonTools.md | ||
| register_custom_ops_pytorch_exporter.py | ||
| remove_initializer_from_input.py | ||
| run_android_emulator.py | ||
| update_version.py | ||