onnxruntime/onnxruntime/test/shared_lib
Dmitri Smirnov dbcc60bed5
Introduce output type/shape validation (#17301)
### Description
Validate outputs type and shapes. Make sure sparse initializers are
taken into account.

### Motivation and Context
ORT currently does not validate output types or shapes. Further, neither
inputs or outputs take into account sparse initializers that are
converted from dense.

It is currently possible to pre-allocate a wrong type/shape buffer for
output.

Cc: @Craigacp
2023-09-05 15:25:12 -07:00
..
cuda_ops.cu
custom_op_utils.cc
custom_op_utils.h
fns_candy_style_transfer.c
onnx_protobuf.h
rocm_ops.hip EP context for custom op (#16454) 2023-08-16 13:03:40 -07:00
test_allocator.cc
test_fixture.h
test_inference.cc Introduce output type/shape validation (#17301) 2023-09-05 15:25:12 -07:00
test_io_types.cc
test_model_loading.cc Fix builds (#16646) 2023-07-11 19:21:25 -07:00
test_nontensor_types.cc [C#, CPP] Introduce Float16/BFloat16 support and tests for C#, C++ (#16506) 2023-07-14 10:46:52 -07:00
test_ort_format_models.cc
test_run_options.cc
test_session_options.cc
utils.cc
utils.h