onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests
Pranav Sharma 91db840b6b
Introduce execution mode enum for clarity and extensibility; Change Python, C and C# APIs accordingly; Removed EnableSequentialExecution, DisableSequentialExecution in favor of the more general SetExecutionModeAPI. (#2098)
* Introduce execution mode for clarity and extensibility; Change Python APIs accordingly; Replace DisableSequentialExecution API with EnableParallelExecution for clarity.

* Fix cuda build

* Modify the test slightly

* Make C and C# APIs consistent with Python.
2019-10-14 09:48:19 -07:00
..
Tensors Copy System.Numerics.Tensors sources from dotnet/corefx into onnxruntime (#1605) 2019-08-15 17:28:47 -07:00
InferenceTest.cs Introduce execution mode enum for clarity and extensibility; Change Python, C and C# APIs accordingly; Removed EnableSequentialExecution, DisableSequentialExecution in favor of the more general SetExecutionModeAPI. (#2098) 2019-10-14 09:48:19 -07:00
Microsoft.ML.OnnxRuntime.Tests.csproj Add ability to get symbolic dimension info for graph inputs and outputs. (#2051) 2019-10-12 15:46:28 -07:00
OnnxMl.cs Bump up ONNX to the latest commit (#1868) 2019-09-20 18:15:16 -07:00