onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests
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
..
InferenceTest.cs 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
Microsoft.ML.OnnxRuntime.Tests.csproj Jignparm/removemodelcopies (#471) 2019-02-12 13:04:51 -08:00
OnnxMl.cs Updating new protobuf generated C# file (#430) 2019-02-01 17:33:46 -08:00