onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests
Scott McKay b21ea00020
Cleanup C# bindings to add EP (#8810)
Fix C# add EP bindings.
Add stubs to ORT so that if EP is not included in the build we return a graceful error message.
Move declaration of stubs into C API and out for EP so they're in one place and are easier to use (no extra header required in the C/C++ world and consistent with the CUDA EP setup).
Fix inconsistency in ROCM EP.
Cleanup a few other things.
2021-08-26 13:59:40 +10:00
..
Tensors Support scalar tensors in c# (#4849) 2020-08-25 11:00:33 -07:00
InferenceTest.cs Cleanup C# bindings to add EP (#8810) 2021-08-26 13:59:40 +10:00
Microsoft.ML.OnnxRuntime.Tests.csproj Cleanup C# bindings to add EP (#8810) 2021-08-26 13:59:40 +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