onnxruntime/tools/python/util/ort_format_model
Scott McKay 858989293d
Reduce binary size of strided copy used by Concat (#8913)
* Change the strided copy to switch on data size not data type.
Move to header so we can reduce on the enabled types.
Setup type reduction for Concat now that it's using this implementation.
2021-09-02 08:19:20 +10:00
..
__init__.py
operator_type_usage_processors.py Reduce binary size of strided copy used by Concat (#8913) 2021-09-02 08:19:20 +10:00
ort_model_processor.py
types.py
utils.py