onnxruntime/tools/ci_build/github/linux/docker/scripts/manylinux
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
..
install_centos.sh Downgrade GCC (#5269) 2020-09-24 21:14:54 -07:00
install_deps.sh Add python 3.9 support (#5874) 2020-11-30 12:02:48 -08:00
requirements.txt Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00