onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests
Scott McKay 0034ad72e6
Minimize changes to fix missing symbols used from C# (#8867)
* Revert "Cleanup C# bindings to add EP (#8810)"

This reverts commit b21ea00020.

* Add back in a minimal set of changes.
Provide stubs in for a limited set of things
  - things called from C# using a static lib of ORT built for mac/ios
  - things in OrtApis that are not included in the build by default
  - things in OrtApis that are excluded in a minimal build

* Cleanup order or EPs in test

* Fix unused function in ROCM build
2021-08-28 07:10:14 +10:00
..
Tensors Support scalar tensors in c# (#4849) 2020-08-25 11:00:33 -07:00
InferenceTest.cs Minimize changes to fix missing symbols used from C# (#8867) 2021-08-28 07:10:14 +10:00
Microsoft.ML.OnnxRuntime.Tests.csproj Minimize changes to fix missing symbols used from C# (#8867) 2021-08-28 07:10:14 +10:00
OnnxMl.cs Minimize changes to fix missing symbols used from C# (#8867) 2021-08-28 07:10:14 +10:00
OrtIoBindingAllocationTest.cs C#: Add CreateFromMemory to FixedBufferOnnxValue to allow bind user buffers and pass custom binary compatible types (#5886) 2020-11-24 14:10:14 -08:00