onnxruntime/csharp/tools/Microsoft.ML.OnnxRuntime.PerfTool
Scott McKay 0034ad72e6
Minimize changes to fix missing symbols used from C# (#8867)
* Revert "Cleanup C# bindings to add EP (#8810)"

This reverts commit b21ea00020.

* Add back in a minimal set of changes.
Provide stubs in for a limited set of things
  - things called from C# using a static lib of ORT built for mac/ios
  - things in OrtApis that are not included in the build by default
  - things in OrtApis that are excluded in a minimal build

* Cleanup order or EPs in test

* Fix unused function in ROCM build
2021-08-28 07:10:14 +10:00
..
Microsoft.ML.OnnxRuntime.PerfTool.csproj Minimize changes to fix missing symbols used from C# (#8867) 2021-08-28 07:10:14 +10:00
OnnxMl.cs Minimize changes to fix missing symbols used from C# (#8867) 2021-08-28 07:10:14 +10:00
Program.cs Allow protobuf format of input data for performance test (#5323) 2020-10-01 21:40:29 -07:00