onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
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
..
targets Snpe ep (#11665) 2022-06-03 14:10:02 -07:00
Tensors C#: Avoid inefficient DenseTensor ctor in ToTensor extensions (#10240) 2022-01-19 07:43:44 +10:00
AssemblyInfo.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
DisposableNamedOnnxValue.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
Exceptions.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
FixedBufferOnnxValue.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
InferenceSession.shared.cs Allow users to bind arbitrary memory using raw pointers (#10428) 2022-02-01 18:09:24 -08:00
Microsoft.ML.OnnxRuntime.csproj Update nuget icon (#10672) 2022-03-01 09:11:03 -08:00
Microsoft.ML.OnnxRuntime.sln Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
NamedOnnxValue.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
NativeApiStatus.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
NativeLib.android.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
NativeLib.ios.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
NativeLib.net.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
NativeLib.netstandard.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
NativeMethods.shared.cs EP factory creation cleanup and enhancements. (#11798) 2022-06-16 07:01:41 +10:00
NativeOnnxTensorMemory.shared.cs Use IntPtr instead of int conversion for pointer in Memory.Pin() (#10485) 2022-02-16 14:49:56 -08:00
NativeOnnxValueHelper.shared.cs Allow users to bind arbitrary memory using raw pointers (#10428) 2022-02-01 18:09:24 -08:00
OnnxRuntime.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
OrtAllocator.shared.cs Allow users to bind arbitrary memory using raw pointers (#10428) 2022-02-01 18:09:24 -08:00
OrtIoBinding.shared.cs Allow users to bind arbitrary memory using raw pointers (#10428) 2022-02-01 18:09:24 -08:00
OrtLoggingLevel.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
OrtValue.shared.cs Allow users to bind arbitrary memory using raw pointers (#10428) 2022-02-01 18:09:24 -08:00
PrepackedWeightsContainer.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
ProviderOptions.shared.cs Enable CUDA provider option configuration for C# (#10188) 2022-01-06 11:03:14 -08:00
RunOptions.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
SessionOptions.shared.cs EP factory creation cleanup and enhancements. (#11798) 2022-06-16 07:01:41 +10:00
SessionOptionsContainer.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00