onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
Hariharan Seshadri c1166d1cd9
Add a summary for each ExecutionProviderAppend methods in SessionOptions.cs (#3111) (#3112)
* Add a summary for each ExecutionProviderAppend methods in SessionOptions.cs

OnnxRuntime managed dll is EP agnostic meaning it will expose all methods pertaining to all possible EPs supported by OnnxRuntime in general. Not all these methods are really "available" to use for a .NET developer unless they have the correpsonding native onnxruntime shared library. Adding a summary line so that intellisense points that out.

* remove empty line
2020-03-03 11:32:48 -08:00
..
Tensors Allow creation of empty tensors in c# (#1976) 2019-10-14 14:47:02 -07:00
DisposableNamedOnnxValue.cs Set ElementType to String type of node metadata, instead of byte[] (#2348) 2019-11-08 14:52:56 -08:00
Exceptions.cs
InferenceSession.cs Fix model path marshalling in csharp, and re-enable the pretrained model tests (#2236) 2019-10-24 20:39:16 -07:00
Microsoft.ML.OnnxRuntime.csproj Create a separate Nuget hosting just managed assemblies (#3020) (#3106) 2020-02-28 09:32:44 -08:00
NamedOnnxValue.cs Fix C# handling of unicode strings (#2697) 2019-12-19 21:02:54 -08:00
NativeApiStatus.cs
NativeMemoryAllocator.cs Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
NativeMethods.cs Create a separate Nuget hosting just managed assemblies (#3020) (#3106) 2020-02-28 09:32:44 -08:00
NativeOnnxTensorMemory.cs Fix C# handling of unicode strings (#2697) 2019-12-19 21:02:54 -08:00
OnnxRuntime.cs Remove the libc version check in C# code (#2282) 2019-10-29 21:31:38 -07:00
props.xml Changes in the props file to support .NET + AnyCPU configuration (#3091) 2020-02-25 20:28:36 -08:00
RunOptions.cs Clarify naming of the API involving the RunOptions terminate flag. (#1768) 2019-09-10 08:32:33 +10:00
SessionOptions.cs Add a summary for each ExecutionProviderAppend methods in SessionOptions.cs (#3111) (#3112) 2020-03-03 11:32:48 -08:00
targets.xml