onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests.Common
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
..
Tensors C#: Avoid inefficient DenseTensor ctor in ToTensor extensions (#10240) 2022-01-19 07:43:44 +10:00
AssemblyInfo.cs
InferenceTest.cs EP factory creation cleanup and enhancements. (#11798) 2022-06-16 07:01:41 +10:00
Microsoft.ML.OnnxRuntime.Tests.Common.csproj C#: Avoid inefficient DenseTensor ctor in ToTensor extensions (#10240) 2022-01-19 07:43:44 +10:00
OnnxMl.cs
OrtIoBindingAllocationTest.cs Allow users to bind arbitrary memory using raw pointers (#10428) 2022-02-01 18:09:24 -08:00
TestDataLoader.cs Fix C# pipeline build error (#10524) 2022-02-11 08:56:40 -08:00