onnxruntime/onnxruntime/test
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
..
api_tests_without_env Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
common Op kernel type reduction infrastructure. (#6466) 2021-01-28 07:27:19 -08:00
contrib_ops Enable add + softmax fusion for Rocm platform (#6259) 2021-01-13 14:09:09 -08:00
debug_node_inputs_outputs Op kernel type reduction infrastructure. (#6466) 2021-01-28 07:27:19 -08:00
featurizers_ops Support for country-specific holidays in the DateTimeTransformer (#3701) 2020-04-26 11:12:26 -07:00
framework [CoreML EP] Add CI for CoreML EP (macOS) and add coreml_flags for EP options (#6481) 2021-01-28 12:25:46 -08:00
fuzzing Fuzz testing misc (#5862) 2020-11-23 13:43:44 -08:00
global_thread_pools Sunghcho/denormals (#5391) 2020-10-15 12:47:42 -07:00
ir fix opset imports for function body (#6287) 2021-01-12 13:44:36 -08:00
mlas fix null dereference warning (#6437) 2021-01-25 16:50:32 -08:00
onnx Fix some compile warnings (#6316) 2021-01-21 16:40:42 -08:00
opaque_api Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
optimizer Fix SDL warning (#6390) 2021-01-20 08:35:42 -08:00
perftest Convert OpenVINO into a shared provider (#5778) 2020-11-20 17:39:57 -08:00
platform Remove nGraph Execution Provider (#5858) 2020-11-19 16:47:55 -08:00
proto Remove the private ONNX protobuf definition file (#4878) 2020-08-24 12:40:33 -07:00
providers [CoreML EP] Add CI for CoreML EP (macOS) and add coreml_flags for EP options (#6481) 2021-01-28 12:25:46 -08:00
python Farewell TrainableDropout (#5793) 2021-01-25 16:37:42 -08:00
shared_lib Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
testdata Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
tvm fixed a warning on an unreferenced local variable (#4861) 2020-08-19 19:20:55 -07:00
unittest_main Fix DEBUG_NODE_INPUTS_OUTPUTS test by putting it in a separate process, clean up unused test_main.cc files. (#5949) 2020-12-11 11:36:58 -08:00
util [CoreML EP] Add CI for CoreML EP (macOS) and add coreml_flags for EP options (#6481) 2021-01-28 12:25:46 -08:00
win_getopt Trt execution provider (#382) 2019-03-14 12:00:39 -07:00
xctest Add iOS test pipeline and a sample app. (#5298) 2020-09-29 13:53:11 -07:00