onnxruntime/csharp
Scott McKay dfa21af302
Update C API to allow user to enable caching of feeds and fetches info across calls to Run (#522)
* Add ability to enable caching to the C API, and update the internals to pass the feed names and MLValue instances in vectors so the order is deterministic (so cache entry matching works as expected).

* Address PR comment and don't use 'bool'

* Remove meaningless C# test around duplicate input.

We _could_ check input names for duplicates (previously we did this via the usage of unordered_map), but the system will gracefully handle with the duplicate anyway (will just use the last value provided for the input name).

Based on that, I don't think the cost of checking for duplicates is worth it.

* Fix c-style cast in test_run_options.
2019-02-27 13:41:17 -08:00
..
sample/Microsoft.ML.OnnxRuntime.InferenceSample Make the return namedonnxvalue objects disposable in C# API (#392) 2019-01-28 21:40:19 -08:00
src/Microsoft.ML.OnnxRuntime cleanup extra header from c api and sanitize C api test (#517) 2019-02-24 21:06:54 -08:00
test Update C API to allow user to enable caching of feeds and fetches info across calls to Run (#522) 2019-02-27 13:41:17 -08:00
testdata Jignparm/csharp test difftypes (#122) 2018-12-07 05:17:31 +00:00
tools/Microsoft.ML.OnnxRuntime.PerfTool Added generation of C# project properties file containing actual build directory. 2019-01-14 16:02:13 -08:00
Directory.Build.props.in Added generation of C# project properties file containing actual build directory. 2019-01-14 16:02:13 -08:00
Nuget.CSharp.config Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
OnnxRuntime.CSharp.proj Update data download script (#171) 2018-12-13 14:46:59 -08:00
OnnxRuntime.CSharp.sln merged the latest csharp folder changes from VSTS repo @313681f9 2018-11-27 19:01:28 -08:00