mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| targets | ||
| Tensors | ||
| AssemblyInfo.shared.cs | ||
| DisposableNamedOnnxValue.shared.cs | ||
| Exceptions.shared.cs | ||
| FixedBufferOnnxValue.shared.cs | ||
| InferenceSession.shared.cs | ||
| Microsoft.ML.OnnxRuntime.csproj | ||
| Microsoft.ML.OnnxRuntime.sln | ||
| NamedOnnxValue.shared.cs | ||
| NativeApiStatus.shared.cs | ||
| NativeLib.android.cs | ||
| NativeLib.ios.cs | ||
| NativeLib.net.cs | ||
| NativeLib.netstandard.cs | ||
| NativeMethods.shared.cs | ||
| NativeOnnxTensorMemory.shared.cs | ||
| NativeOnnxValueHelper.shared.cs | ||
| OnnxRuntime.shared.cs | ||
| OrtAllocator.shared.cs | ||
| OrtIoBinding.shared.cs | ||
| OrtLoggingLevel.shared.cs | ||
| OrtValue.shared.cs | ||
| PrepackedWeightsContainer.shared.cs | ||
| ProviderOptions.shared.cs | ||
| RunOptions.shared.cs | ||
| SessionOptions.shared.cs | ||
| SessionOptionsContainer.shared.cs | ||