Dmitri Smirnov
c2d610066a
C#: Add CreateFromMemory to FixedBufferOnnxValue to allow bind user buffers and pass custom binary compatible types ( #5886 )
...
Add CreateFromMemory to FixedBufferOnnxValue so users can bind their own custom binary compatible buffers to feed/fetch data.
2020-11-24 14:10:14 -08:00
Dmitri Smirnov
ceedf5630b
Document all C# API pubic interfaces ( #5853 )
...
Address documentation shortcomings.
Document all required public interfaces.
Add pipeline configuration.
Make Doxygen lookup a env vars for paths.
2020-11-20 14:03:55 -08:00
Dmitri Smirnov
2b460eaeca
Revise IDisposable implementation in C# interfaces ( #4915 )
...
Revise IDisposable implementation in C# interfaces
2020-08-27 09:17:42 -07:00
Dmitri Smirnov
3530ce541c
Expose IOBinding features via C/C++/C# language bindings. ( #4646 )
...
Expose I/O Binding in C/C++/C#
Expose OrtAllocator, OrtMemoryAllocation, OrtMemoryInfo and OrtIoBinding
2020-08-10 13:33:49 -07:00
Yulong Wang
12367a6b11
[C#] enable string-typed FixedBufferOnnxValue in input ( #4178 )
2020-06-16 11:06:11 -07:00
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