onnxruntime/tools/python/util/ort_format_model
Scott McKay 02c7873b0e
Update ORT model conversion script to support custom ops (#6701)
* Add support for custom ops library to the ORT model conversion script
Simplify model conversion now that we read ops from the ORT format model.
Enable custom ops in the python bindings if custom ops are turned on in a minimal build.
* Add test of model conversion involving custom ops.
2021-02-17 12:52:39 +10:00
..
__init__.py Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
operator_type_usage_processors.py Add more kernels that have typed registrations to the operators we track type usage for. (#6565) 2021-02-05 15:10:54 +10:00
ort_model_processor.py Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
types.py Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
utils.py Update ORT model conversion script to support custom ops (#6701) 2021-02-17 12:52:39 +10:00