onnxruntime/tools/python
Scott McKay 8d53ef69e5
Add type reduction support to Min, Max and Pow (#6519)
* Add type reduction support to Min, Max and Pow
Update the C++ type reduction infrastructure to allow specifying an opset for the supported types list, as those can change across opset versions.
Minor updates to the type usage tracking script
* Add 'all opsets' macros and constant
2021-02-03 06:51:35 +10:00
..
util Add type reduction support to Min, Max and Pow (#6519) 2021-02-03 06:51:35 +10:00
__init__.py
convert_onnx_models_to_ort.py Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
create_reduced_build_config.py Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
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 Raise output mismatch error in ort_test_dir_utils.py (#5364) 2020-10-02 16:44:59 -07:00
PythonTools.md
register_custom_ops_pytorch_exporter.py
remove_initializer_from_input.py
run_android_emulator.py Add support for running Android emulator from build.py on Windows. (#6317) 2021-01-13 19:21:49 -08:00
update_version.py