onnxruntime/onnxruntime/test/util
Scott McKay d64f23fec0
EP factory creation cleanup and enhancements. (#11798)
* Rework the EP factory creation setup so we're not cut-and-pasting function declarations in multiple places.
Convert append EP for SNPE to be generic, and also use for XNNPACK.
Add XNNPACK to C# API

* Don't need stub for MIGraphX as it's using provider bridge.

* Remove old 'create' functions that aren't applicable now that the EPs are built as separate libraries.

* Only use EPs that require the layout transform if the opset is supported by the layout transformer.

* Update wasm registration of xnnpack.
2022-06-16 07:01:41 +10:00
..
include EP factory creation cleanup and enhancements. (#11798) 2022-06-16 07:01:41 +10:00
compare_ortvalue.cc Fix dockerfiles/Dockerfile.arm32v7 build. (#10360) 2022-01-24 19:06:09 -08:00
default_providers.cc EP factory creation cleanup and enhancements. (#11798) 2022-06-16 07:01:41 +10:00
file_util.cc
scoped_env_vars.cc Change some const to constexpr in unit tests code(#10002) 2021-12-10 12:26:59 -08:00
temp_dir.cc
test_allocator.cc Fix SDL warnings in CPU EP (#9975) 2021-12-19 20:54:29 -08:00
test_environment.cc
test_random_seed.cc Add full iOS job in package pipeline (#9036) 2021-09-13 15:54:11 -07:00
test_utils.cc XNNPACK EP (#11445) 2022-06-03 20:22:34 +10:00