onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
Yulong Wang 718068f020
update C# API to optimize inference latency (#3171)
* update C# API to optimize inference latency

* rename PinnedOnnxValue to fixedBufferOnnxValue and fix build break

* add more test cases

* add conditions on string tensors for pre-allocated outputs

* change to random inputs

* fix word spell

* resolve comments

* resolve comments

* remove FixedBufferOnnxValueTests.cs

* fix trivial typos in doc
2020-04-08 11:57:40 -07:00
..
Tensors
DisposableNamedOnnxValue.cs update C# API to optimize inference latency (#3171) 2020-04-08 11:57:40 -07:00
Exceptions.cs
FixedBufferOnnxValue.cs update C# API to optimize inference latency (#3171) 2020-04-08 11:57:40 -07:00
InferenceSession.cs update C# API to optimize inference latency (#3171) 2020-04-08 11:57:40 -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 update C# API to optimize inference latency (#3171) 2020-04-08 11:57:40 -07:00
NativeApiStatus.cs
NativeMemoryAllocator.cs
NativeMethods.cs Create a separate Nuget hosting just managed assemblies (#3020) 2020-02-27 18:00:17 -08:00
NativeOnnxTensorMemory.cs update C# API to optimize inference latency (#3171) 2020-04-08 11:57:40 -07:00
NativeOnnxValueHelper.cs update C# API to optimize inference latency (#3171) 2020-04-08 11:57:40 -07:00
OnnxRuntime.cs
props.xml
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