onnxruntime/onnxruntime/test/shared_lib
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
..
cuda_ops.cu Enable varied input type for custom op (#6066) 2020-12-09 15:10:42 -08:00
fns_candy_style_transfer.c Ryanunderhill/customop dll (#2002) 2019-10-11 11:12:51 -07:00
onnx_protobuf.h Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
test_allocator.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
test_fixture.h Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07:00
test_inference.cc Add ability to track per operator types in reduced build config. (#6428) 2021-01-29 07:59:51 +10:00
test_io_types.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
test_model_loading.cc Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
test_nontensor_types.cc Cosmetic change in non tensor tests (#5317) 2020-09-28 21:23:30 -07:00
test_ort_format_models.cc Add support for custom ops to minimal build. (#6228) 2021-01-25 10:41:00 +10:00
test_run_options.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
test_session_options.cc Add a generic collection of session configurations to the SessionOptions (#4718) 2020-08-18 13:40:40 -07:00
utils.cc Add support for custom ops to minimal build. (#6228) 2021-01-25 10:41:00 +10:00
utils.h Add support for custom ops to minimal build. (#6228) 2021-01-25 10:41:00 +10:00