onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
jignparm 9d14cbdb1a
Throw friendly error message when Linux distribution has libc version < 2.23 (#493)
* Add check for linux version supporting glibc 2.23 or higher

* Refactor the libc check to SessionOptions

* removed whitespace

* Update SessionOptions.cs
2019-02-21 11:34:44 -08:00
..
DisposableNamedOnnxValue.cs Make the return namedonnxvalue objects disposable in C# API (#392) 2019-01-28 21:40:19 -08:00
Exceptions.cs C# Gpu : Minor updates to exception message (#201) 2018-12-18 00:30:27 -08:00
InferenceSession.cs Make the return namedonnxvalue objects disposable in C# API (#392) 2019-01-28 21:40:19 -08:00
Microsoft.ML.OnnxRuntime.csproj Add Native C API test from NuGet (#481) 2019-02-15 13:42:24 -08:00
Microsoft.ML.OnnxRuntime.Gpu.props Jignparm/removemodelcopies (#471) 2019-02-12 13:04:51 -08:00
Microsoft.ML.OnnxRuntime.Gpu.targets Jignparm/removemodelcopies (#471) 2019-02-12 13:04:51 -08:00
Microsoft.ML.OnnxRuntime.props Jignparm/removemodelcopies (#471) 2019-02-12 13:04:51 -08:00
Microsoft.ML.OnnxRuntime.targets Add build targets and props file for legacy csharp project support (#127) 2018-12-07 12:15:11 -08:00
NamedOnnxValue.cs Make the return namedonnxvalue objects disposable in C# API (#392) 2019-01-28 21:40:19 -08:00
NativeApiStatus.cs More C header naming changes (#202) 2018-12-18 11:39:46 -08:00
NativeMemoryAllocator.cs C API - Remove reference counting (#344) 2019-01-25 19:41:10 -08:00
NativeMethods.cs Rename OrtInitialize to OrtCreateEnv in preparation for future. (#399) 2019-01-29 15:03:18 -08:00
NativeOnnxTensorMemory.cs C API - Remove reference counting (#344) 2019-01-25 19:41:10 -08:00
OnnxRuntime.cs Rename OrtInitialize to OrtCreateEnv in preparation for future. (#399) 2019-01-29 15:03:18 -08:00
OnnxRuntime.snk Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
SessionOptions.cs Throw friendly error message when Linux distribution has libc version < 2.23 (#493) 2019-02-21 11:34:44 -08:00