onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
jignparm 32da12491d
x86 support for C# API (#962)
* Refactor C# to handle x86

* update run script

* Add Native win x86 tests

* Add native x86 tests for Linux

* Update linux tests scripts to control which tests are run

* update linux image name for x86 to prevent using cached image

* update to not run unit python unit tests unless pybind is specified

* remove --build_wheel as a core common arg. Python cannot run on x86 build

* update OrtGetNumOfDimensions to OrtGetDimensionsCount in rest of C#
2019-05-20 15:48:14 -07:00
..
DisposableNamedOnnxValue.cs Change function kernels to use CustomOp APIs (#1020) 2019-05-20 14:57:43 -07:00
Exceptions.cs C# Gpu : Minor updates to exception message (#201) 2018-12-18 00:30:27 -08:00
InferenceSession.cs x86 support for C# API (#962) 2019-05-20 15:48:14 -07:00
Microsoft.ML.OnnxRuntime.csproj x86 support for C# API (#962) 2019-05-20 15:48:14 -07:00
NamedOnnxValue.cs x86 support for C# API (#962) 2019-05-20 15:48:14 -07: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 x86 support for C# API (#962) 2019-05-20 15:48:14 -07:00
NativeOnnxTensorMemory.cs x86 support for C# API (#962) 2019-05-20 15:48:14 -07: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
props.xml Minor changes to support inclusion of x86 bits in the Nuget packaging pipeline (#916) 2019-04-27 00:41:26 -07:00
SessionOptions.cs Clean up ExecutionProvider in CSharp (#783) 2019-04-05 22:29:54 -07:00
targets.xml Minor changes to support inclusion of x86 bits in the Nuget packaging pipeline (#916) 2019-04-27 00:41:26 -07:00