onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
Chi Lo 91075255a7
Enable TRT provider option configuration for C# (updated version) (#7808)
* prepare for C# to configure provider options

* add c# code

* revert modification

* Add update provider info configuration in trt ep side

* fix bugs

* fix bug for compiler error C2259

* Add c# test

* fix bug

* fix bug

* Properly deal with string

* Add c# api for accepting trt provider options

* fix bug

* Modify C# test

* add shared lib test

* Add get provider options functionality

* clean up

* clean up

* fix bug

* fix bugs for CI

* Fix bugs for CI and documentation

* Move TRT EP provider options related functions out of C API

* revert

* fix bug

* refactor

* add check for provider options string

* code refactor

* fix CI bug

* Fix CI bugs

* clean up

* fix bug

* Fix bug for Post Analysis

* fix accidental bug

* Add API_IMPL_BEGIN/API_IMPL_END

* clean up

* code refactor

* code refactor

* fix CI fail

* fix bug

* use string append

* Change the code to better handle strncpy and string append
2021-06-25 03:21:22 -07:00
..
Tensors Fix updated Doxygen errors. (#6588) 2021-02-05 18:07:03 -08:00
DisposableNamedOnnxValue.cs Document all C# API pubic interfaces (#5853) 2020-11-20 14:03:55 -08:00
Exceptions.cs
FixedBufferOnnxValue.cs C#: Add CreateFromMemory to FixedBufferOnnxValue to allow bind user buffers and pass custom binary compatible types (#5886) 2020-11-24 14:10:14 -08:00
InferenceSession.cs Add ability for pre-packed weights of shared initializers to be shared across sessions (#7421) 2021-05-14 20:44:42 -07:00
Microsoft.ML.OnnxRuntime.csproj Update CUDA build configs (#6598) 2021-02-08 22:55:42 -08:00
NamedOnnxValue.cs Document all C# API pubic interfaces (#5853) 2020-11-20 14:03:55 -08:00
NativeApiStatus.cs C#: Add CreateFromMemory to FixedBufferOnnxValue to allow bind user buffers and pass custom binary compatible types (#5886) 2020-11-24 14:10:14 -08:00
NativeMethods.cs Enable TRT provider option configuration for C# (updated version) (#7808) 2021-06-25 03:21:22 -07:00
NativeOnnxTensorMemory.cs Fix outputs of Sequences and Maps exposure. (#5743) 2020-11-11 10:21:22 -08:00
NativeOnnxValueHelper.cs Enable TRT provider option configuration for C# (updated version) (#7808) 2021-06-25 03:21:22 -07:00
OnnxRuntime.cs Expose knobs to create and share (CPU) allocators across sessions in C# and Python (#5634) 2020-11-21 14:12:33 -08:00
OrtAllocator.cs Expose knobs to create and share (CPU) allocators across sessions in C# and Python (#5634) 2020-11-21 14:12:33 -08:00
OrtIoBinding.cs C#: Add CreateFromMemory to FixedBufferOnnxValue to allow bind user buffers and pass custom binary compatible types (#5886) 2020-11-24 14:10:14 -08:00
OrtLoggingLevel.cs
OrtValue.cs C#: Add CreateFromMemory to FixedBufferOnnxValue to allow bind user buffers and pass custom binary compatible types (#5886) 2020-11-24 14:10:14 -08:00
PrepackedWeightsContainer.cs Add ability for pre-packed weights of shared initializers to be shared across sessions (#7421) 2021-05-14 20:44:42 -07:00
props.xml Update logic in props.xml to account for shared provider library changes (#8138) 2021-06-23 20:41:44 -07:00
ProviderOptions.cs Enable TRT provider option configuration for C# (updated version) (#7808) 2021-06-25 03:21:22 -07:00
RunOptions.cs Dont use default string marshalling in C# (#6219) 2021-01-20 17:44:36 -08:00
SessionOptions.cs Enable TRT provider option configuration for C# (updated version) (#7808) 2021-06-25 03:21:22 -07:00
targets.xml