onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
Pranav Sharma 4035fe842e
Don't create the default allocator every single time. Rename API accordingly. Expose Session/Run log severity levels. (#1615)
* Mention OrtCreateSessionFromArray in C API doc

* Don't create the default allocator every single time. Rename API accordingly.

* Don't create the default allocator every single time. Rename API accordingly.

* updates...

* updates...

* PR comments

* fix typo in license header

* fix build
2019-08-23 10:33:20 -07:00
..
Tensors Copy System.Numerics.Tensors sources from dotnet/corefx into onnxruntime (#1605) 2019-08-15 17:28:47 -07:00
DisposableNamedOnnxValue.cs Don't create the default allocator every single time. Rename API accordingly. Expose Session/Run log severity levels. (#1615) 2019-08-23 10:33:20 -07:00
Exceptions.cs C# Gpu : Minor updates to exception message (#201) 2018-12-18 00:30:27 -08:00
InferenceSession.cs Support Tensor<bool> and Tensor<Int8> in C# API. Support Tensor<string> as input. Fix a bug in the InferenceSession Run() with RunOptions (#1671) 2019-08-22 10:14:50 -07:00
Microsoft.ML.OnnxRuntime.csproj Copy System.Numerics.Tensors sources from dotnet/corefx into onnxruntime (#1605) 2019-08-15 17:28:47 -07:00
NamedOnnxValue.cs Support Tensor<bool> and Tensor<Int8> in C# API. Support Tensor<string> as input. Fix a bug in the InferenceSession Run() with RunOptions (#1671) 2019-08-22 10:14:50 -07:00
NativeApiStatus.cs More C header naming changes (#202) 2018-12-18 11:39:46 -08:00
NativeMemoryAllocator.cs Don't create the default allocator every single time. Rename API accordingly. Expose Session/Run log severity levels. (#1615) 2019-08-23 10:33:20 -07:00
NativeMethods.cs Don't create the default allocator every single time. Rename API accordingly. Expose Session/Run log severity levels. (#1615) 2019-08-23 10:33:20 -07:00
NativeOnnxTensorMemory.cs Convert more C APIs to return OrtStatus (#1194) 2019-06-10 18:36:04 -07:00
OnnxRuntime.cs Cleanup csharp API SessionOptions and RunOptions to be consistent with other APIs (#1570) 2019-08-14 12:02:02 -07: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
RunOptions.cs Support Tensor<bool> and Tensor<Int8> in C# API. Support Tensor<string> as input. Fix a bug in the InferenceSession Run() with RunOptions (#1671) 2019-08-22 10:14:50 -07:00
SessionOptions.cs Use a friendly enum for graph optimization level. (#1586) 2019-08-14 17:12:08 -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