onnxruntime/onnxruntime/test/shared_lib
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
..
fns_candy_style_transfer.c Rename OrtInitialize to OrtCreateEnv in preparation for future. (#399) 2019-01-29 15:03:18 -08:00
test_allocator.cc Ryanunderhill/c api 8 (#297) 2019-01-10 02:06:29 -08:00
test_fixture.h Rename OrtInitialize to OrtCreateEnv in preparation for future. (#399) 2019-01-29 15:03:18 -08:00
test_inference.cc Add test case for pre-allocated output 2019-01-30 16:04:50 -08:00
test_io_types.cc More C API changes (#259) 2018-12-28 14:53:19 -08:00
test_nontensor_types.cc Support non-tensor types in the C API. (#489) 2019-02-19 14:11:46 -08:00
test_run_options.cc 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
test_session_options.cc Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00