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
onnx_protobuf.h
test_allocator.cc
test_fixture.h
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
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
test_session_options.cc
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