onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
Scott McKay 8483b9c6e3
MacOS pipeline and MAUI CoreML fixes (#12724)
* Add asm statement to model.mm to force linker to link against CoreML.Framework.

Update targets.xml as per Rolf's suggestions

* Remove explicit numpy version from macos build. We don't specify it for other CIs and the version specified doesn't have a pre-built 3.10 wheel. This leads to the CI attempting to build numpy which fails.
2022-08-26 08:51:37 +10:00
..
targets MacOS pipeline and MAUI CoreML fixes (#12724) 2022-08-26 08:51:37 +10:00
Tensors C#: Avoid inefficient DenseTensor ctor in ToTensor extensions (#10240) 2022-01-19 07:43:44 +10:00
AssemblyInfo.shared.cs Add .net6 support to the C# nuget package. (#11908) 2022-06-22 08:08:24 +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 Add targets files for new .net6 frameworks (#12016) 2022-07-01 09:13:55 -07: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
NativeMethods.shared.cs Add targets files for new .net6 frameworks (#12016) 2022-07-01 09:13:55 -07: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 Replace 'master' branch ref to 'main' in the code (#12547) 2022-08-22 10:48:12 -07:00
RunOptions.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
SessionOptions.shared.cs Replace 'master' branch ref to 'main' in the code (#12547) 2022-08-22 10:48:12 -07:00
SessionOptionsContainer.shared.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00