onnxruntime/tools
Scott McKay c84bb9df9f
Add ability to track per operator types in reduced build config. (#6428)
* 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
2021-01-29 07:59:51 +10:00
..
ci_build Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
doc Add script to preprocess python documentation before publishing (#6129) 2021-01-07 19:23:59 +01:00
nuget Enable C# .NET5 for WinML (#6120) 2020-12-14 15:05:15 -08:00
perf_util Update mysql-connector-java (#5802) 2020-11-16 14:09:14 -08:00
python Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
test Add Trilu custom op (#4537) 2020-08-17 14:42:26 -07:00