onnxruntime/tools/python/util/ort_format_model
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
..
__init__.py
operator_type_usage_processors.py Add type reduction support to Min, Max and Pow (#6519) 2021-02-03 06:51:35 +10:00
ort_model_processor.py
types.py
utils.py