onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
Hariharan Seshadri ef7b98f988
Support DisposableNamedOnnxValue inputs in c# Run() (#3175)
* Initial commit

* Update error message

* Update

* Updates to support holding onto onnxValue and pinnedmemoryBuffer

* Updates

* Minor updates

* Comment out a portion of the tests

* PR feedback

* Minor nit update

* Resolve comments

* PR feedback

* PR updates

* PR feedback
2020-03-23 18:36:12 -07:00
..
Tensors Allow creation of empty tensors in c# (#1976) 2019-10-14 14:47:02 -07:00
DisposableNamedOnnxValue.cs Support DisposableNamedOnnxValue inputs in c# Run() (#3175) 2020-03-23 18:36:12 -07:00
Exceptions.cs
InferenceSession.cs Support DisposableNamedOnnxValue inputs in c# Run() (#3175) 2020-03-23 18:36:12 -07:00
Microsoft.ML.OnnxRuntime.csproj Enable DML Nuget Package for x64 or x86 architectures (#3120) 2020-03-02 20:18:46 -08:00
NamedOnnxValue.cs Support DisposableNamedOnnxValue inputs in c# Run() (#3175) 2020-03-23 18:36:12 -07: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) 2020-02-27 18:00:17 -08:00
NativeOnnxTensorMemory.cs Support DisposableNamedOnnxValue inputs in c# Run() (#3175) 2020-03-23 18:36:12 -07: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
SessionOptions.cs Add a summary for each ExecutionProviderAppend methods in SessionOptions.cs (#3111) 2020-02-28 21:46:57 -08:00
targets.xml