mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
* Add ability to generate configuration that includes required types for individual operators, to allow build size reduction based on that.
- Add python bindings for ORT format models
- Add script to update bindings and help info
- Add parsing of ORT format models
- Add ability to enable type reduction to config generation
- Update build.py to only allow operator/type reduction via config
- simpler to require config to be generated first
- can't mix a type aware (ORT format model only) and non-type aware config as that may result in insufficient types being enabled
- Add script to create reduced build config
- Update CIs
9 lines
395 B
INI
9 lines
395 B
INI
[flake8]
|
|
max-line-length = 120
|
|
per-file-ignores =
|
|
__init__.py:F401
|
|
format = [flake8 PEP8 ERROR] %(path)s:%(row)d:%(col)d: %(code)s %(text)s
|
|
# We generally exclude using cmake/flake8.cmake. If something needs to be excluded here
|
|
# The exclude value/s need to be on a newline otherwise it doesn't work (at least on Windows)
|
|
# exclude =
|
|
# ./onnxruntime/core/flatbuffers/ort_flatbuffers_py
|