mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
* Updates to some operators to always support int32 and int64 based on testing of Android package build config with a minimal build. If an operator can be used for shape manipulation (int64) it is frequently used for indices manipulation (int32), so we enable both types for that set of ops. - e.g. BERT models take indices as input - Scatter/Gather ops utilize indices Misc. fix to python bindings to exclude call that fails in a minimal build. |
||
|---|---|---|
| .. | ||
| 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 | ||
| sparsify_initializers.py | ||
| update_version.py | ||