onnxruntime/csharp/test
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
..
Microsoft.ML.OnnxRuntime.EndToEndTests Add Native C API test from NuGet (#481) 2019-02-15 13:42:24 -08:00
Microsoft.ML.OnnxRuntime.EndToEndTests.Capi cleanup extra header from c api and sanitize C api test (#517) 2019-02-24 21:06:54 -08:00
Microsoft.ML.OnnxRuntime.Tests 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