onnxruntime/onnxruntime/test
Scott McKay 2a857d9a86
Add ML Program support for more operators (#19527)
### Description
<!-- Describe your changes. -->

Add support for:
- Clip/Relu/Relu6
- Add/Mul/Div/Sub/Pow
- GlobalAveragePool/GlobalMaxPool/AveragePool/MaxPool
- Reshape
- Gemm/MatMul

Fix some build issues/warnings from changes.

Fix a couple of potential issues with the Resize op as well (noticed due
to change to reject inputs with empty data at a higher level).

### 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. -->
Enable mobilenetv2 with ML Program
2024-03-01 10:23:29 +10:00
..
common ORT ETW dynamic logging that improves ORT diagnosability & performance (#18882) 2024-01-11 12:43:27 -08:00
contrib_ops ONNX Gelu Op in Opset 20 (#19560) 2024-02-23 11:05:16 +08:00
custom_op_registration Support custom ops taking float 8 tensors as inputs and outputs (#16323) 2023-07-06 14:36:06 +02:00
debug_node_inputs_outputs Separate out operator vs model testing. (#16228) 2023-06-17 12:58:57 +10:00
framework Introduce reused_buffer_index_per_stream in allocation planner which will be reset after computing the reuse buffer for each stream (#19515) 2024-02-22 10:19:08 -08:00
fuzzing Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
global_thread_pools Replace T4 to A10 in Linux GPU workflow (#19205) 2024-01-23 10:49:24 -08:00
ir Make session configuration options available to kernels via OpKernelInfo (#18897) 2024-01-13 10:02:43 +10:00
logging_apis Remove two tests from test_logging_apis.cc (#19100) 2024-01-12 09:26:28 -08:00
mlas [MLAS AArch64] SQNBitGemm optimization (#19272) 2024-01-30 14:29:12 -08:00
onnx ONNX Gelu Op in Opset 20 (#19560) 2024-02-23 11:05:16 +08:00
opaque_api Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
optimizer Merge GatherToSplitFusion and #19218 to a General Fusion (#19600) 2024-02-29 13:45:58 +08:00
perftest Add ML Program support for more operators (#19527) 2024-03-01 10:23:29 +10:00
platform Add capturestate / rundown ETW support logging for session and provider options (#19397) 2024-02-08 11:28:05 -08:00
proto
providers Add ML Program support for more operators (#19527) 2024-03-01 10:23:29 +10:00
python [QNN Quant] Ensure 16bit tensor quant overrides set MS domain (#19684) 2024-02-29 01:19:25 -08:00
quantization Disable CPU EP's allocator's arena when address sanitizer is enabled (#19485) 2024-02-12 09:39:49 -08:00
shared_lib [ROCm] enable hipGraph (#18382) 2024-01-23 11:17:04 +08:00
testdata Introduce reused_buffer_index_per_stream in allocation planner which will be reset after computing the reuse buffer for each stream (#19515) 2024-02-22 10:19:08 -08:00
unittest_main Disable a few tests for wasm build (#19316) 2024-01-30 08:16:57 -08:00
util Add support for NHWC GridSample in the CUDA EP and enable grid_sample_test for all EPs (#19562) 2024-02-22 19:47:15 -08:00
wasm Bump follow-redirects from 1.15.2 to 1.15.4 in /onnxruntime/test/wasm (#19069) 2024-01-11 16:13:22 -08:00
win_getopt Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
xctest Enable backtrace in unit tests (#17655) 2023-09-29 12:32:56 -07:00