mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| sample/Microsoft.ML.OnnxRuntime.InferenceSample | ||
| src/Microsoft.ML.OnnxRuntime | ||
| test | ||
| testdata | ||
| tools/Microsoft.ML.OnnxRuntime.PerfTool | ||
| Directory.Build.props.in | ||
| Nuget.CSharp.config | ||
| OnnxRuntime.CSharp.proj | ||
| OnnxRuntime.CSharp.sln | ||