mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +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
|
||
|---|---|---|
| .. | ||
| manylinux2014_build_scripts | ||
| scripts | ||
| cuda_manylinux2010.repo | ||
| cuda_manylinux2014.repo | ||
| Dockerfile.arm_yocto | ||
| Dockerfile.centos | ||
| Dockerfile.centos_gpu | ||
| Dockerfile.fedora_gpu | ||
| Dockerfile.manylinux2014_cpu | ||
| Dockerfile.manylinux2014_cuda10_2 | ||
| Dockerfile.manylinux2014_cuda11 | ||
| Dockerfile.manylinux2014_gpu | ||
| Dockerfile.ubuntu | ||
| Dockerfile.ubuntu_for_android | ||
| Dockerfile.ubuntu_for_arm | ||
| Dockerfile.ubuntu_gpu | ||
| Dockerfile.ubuntu_gpu_cuda9 | ||
| Dockerfile.ubuntu_openvino | ||
| Dockerfile.ubuntu_server | ||
| Dockerfile.ubuntu_tensorrt | ||
| Dockerfile.ubuntu_x86 | ||