onnxruntime/tools/ci_build
Scott McKay c84bc25e28
Add validation of op registrations (#5817)
* Add validation of operator registrations to the reduction script
  - the script has all the logic to process the registrations, and there's a CI that uses it

Fix some operator registrations

* Fix CUDA PRelu registration

* Refactor to split out kernel registration file parsing and use in the exclude ops script and an op registration validation script.
Run op validation in minimal build CI

* Fix PEP8 error and some comments
2020-11-17 10:44:09 -08:00
..
github Add validation of op registrations (#5817) 2020-11-17 10:44:09 -08:00
__init__.py Add validation of op registrations (#5817) 2020-11-17 10:44:09 -08:00
amd_hipify.py fix build failures due to recent change(858040fa) in CUDA EP (#5736) 2020-11-09 08:41:30 -08:00
build.py Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
exclude_unused_ops.py Add validation of op registrations (#5817) 2020-11-17 10:44:09 -08:00
gen_def.py Reduce IOS shared library size by symbol file. (#5171) 2020-09-14 23:59:41 -07:00
logger.py ReduceBinarySize (#4747) 2020-08-21 19:50:13 -07:00
op_registration_utils.py Add validation of op registrations (#5817) 2020-11-17 10:44:09 -08:00
op_registration_validator.py Add validation of op registrations (#5817) 2020-11-17 10:44:09 -08:00