onnxruntime/tools/ci_build/github/linux/ort_minimal
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
..
__init__.py Use readelf for minimal build binary size checks. (#6338) 2021-01-15 07:46:02 +10:00
build_full_ort_and_create_ort_files.sh Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
build_minimal_ort_and_run_tests.sh Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
build_minimal_ort_android_baseline_and_report_bin_size.sh Use readelf for minimal build binary size checks. (#6338) 2021-01-15 07:46:02 +10:00
check_build_binary_size.py Use readelf for minimal build binary size checks. (#6338) 2021-01-15 07:46:02 +10:00
nnapi_minimal_build_minimal_ort_and_run_tests.sh Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
readelf_utils.py Use readelf for minimal build binary size checks. (#6338) 2021-01-15 07:46:02 +10:00