onnxruntime/onnxruntime/test/util
wejoncy 2cfe1f031d
[CoreML MLProgram] Support Float16 (1/N) (#22068)
### Description
Support Float16 for CoreML MLProgram EP.
Operations:
    "Add", "Mul", "Sub", "Div", "Pow", "Sqrt", "Reciprocal",
"Sigmoid", "Tanh", "Relu", "LeakyRelu", "Concat", "GridSample",
"GlobalAveragePool",
    "Clip", "DepthToSpace", "Resize", "Slice", "Conv",
    "ConvTranspose", "GlobalMaxPool", "Gemm", "MatMul",
    "AveragePool", "MaxPool", "Reshape", "Split", "Transpose"

### 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. -->

---------

Co-authored-by: Scott McKay <skottmckay@gmail.com>
2024-09-30 17:56:47 +08:00
..
include Update Arm Compute Library Execution Provider (#22032) 2024-09-12 20:51:59 -07:00
compare_ortvalue.cc [CPU EP] Int4 support for QuantizeLinear, DequantizeLinear, and Transpose (#20362) 2024-05-30 18:56:24 -07:00
default_providers.cc Update Arm Compute Library Execution Provider (#22032) 2024-09-12 20:51:59 -07:00
file_util.cc
scoped_env_vars.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
temp_dir.cc Separate out operator vs model testing. (#16228) 2023-06-17 12:58:57 +10:00
tensors_from_file.cc Move attention test data to file (#17158) 2023-08-15 21:31:57 -07:00
test_allocator.cc Expose Reserve() in OrtAllocator to allow custom allocators to work when session.use_device_allocator_for_initializers is specified. (#19904) 2024-03-28 12:28:37 -07:00
test_environment.cc
test_random_seed.cc
test_utils.cc [CoreML MLProgram] Support Float16 (1/N) (#22068) 2024-09-30 17:56:47 +08:00