onnxruntime/onnxruntime/test/shared_lib
Scott McKay 549cbc7e69
Fix issue with schema lookup where there are custom ops using the ONNX domain (#14492)
### Description
<!-- Describe your changes. -->
Fix issue with schema lookup where there are custom ops using the ONNX
domain.

Update testing infrastructure to use an explicit domain for custom ops.
Using an empty string clashes with the ONNX domain and can cause
unexpected issues. It's also a bad example for external users as our
docs point to the unit tests.

Fix a couple of places using exact matching of the node since version to
be slightly more flexible and use a range (which aligns with how the
kernel lookup works).

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Fixes a problem that came up when adding support for standalone custom
ops in an ORT format model. Separating these changes out to simplify
review.
2023-02-03 08:05:18 +10:00
..
cuda_ops.cu
custom_op_utils.cc Support for custom op variadic inputs/outputs (#13946) 2022-12-23 11:41:15 -08:00
custom_op_utils.h Support for custom op variadic inputs/outputs (#13946) 2022-12-23 11:41:15 -08:00
fns_candy_style_transfer.c
onnx_protobuf.h
test_allocator.cc Deprecate CustomApi and refactor public API for better safety and consistency (#13215) 2022-10-06 14:57:37 -07:00
test_fixture.h
test_inference.cc Fix issue with schema lookup where there are custom ops using the ONNX domain (#14492) 2023-02-03 08:05:18 +10:00
test_io_types.cc Fix type mismatch when ORT_ENABLE_STREAM is off (#14324) 2023-01-18 13:45:00 +10:00
test_model_loading.cc Exclude affinity-setting logic from minimal build (#13967) 2022-12-15 14:43:42 -08:00
test_nontensor_types.cc Switch GSL to MS GSL 4.0.0 (#13416) 2022-10-29 04:15:20 -07:00
test_ort_format_models.cc Fix issue with schema lookup where there are custom ops using the ONNX domain (#14492) 2023-02-03 08:05:18 +10:00
test_run_options.cc
test_session_options.cc [CUDA] Update fused MHA to support flash attention and causal mask (#13953) 2022-12-31 10:33:54 -08:00
utils.cc
utils.h