onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
Paul Fultz II 7759136610
Add amd migraphx execution provider to onnx runtime (#2929)
* Add amd migraphx execution provider to onnx runtime

* rename MiGraphX to MIGraphX

* remove unnecessary changes in migraphx_execution_provider.cc

* add migraphx EP to tests

* add input requests of the batchnorm operator

* add to support an onnx operator PRelu

* update migrapx dockerfile and removed one unused line

* sync submodules with mater branch

* fixed a small bug

* fix various bugs to run msft real models correctly

* some code cleanup

* fix python file format

* fixed a code style issue

* add default provider for migraphx execution provider

Co-authored-by: Shucai Xiao <Shucai.Xiao@amd.com>
2020-05-27 04:24:59 +08:00
..
Tensors Allow creation of empty tensors in c# (#1976) 2019-10-14 14:47:02 -07:00
DisposableNamedOnnxValue.cs Fix C# layer in the way it handles sequences (#3965) 2020-05-18 11:10:13 -07:00
Exceptions.cs
FixedBufferOnnxValue.cs update C# API to optimize inference latency (#3171) 2020-04-08 11:57:40 -07:00
InferenceSession.cs Support session EndProfiling() in the CSharp API (#3934) 2020-05-18 19:47:52 -07:00
Microsoft.AI.MachineLearning.props Add tests for WinRT Projection Raw ABI consumption (#3718) 2020-05-02 00:33:17 -07:00
Microsoft.AI.MachineLearning.Rules.Project.xml Add tests for WinRT Projection Raw ABI consumption (#3718) 2020-05-02 00:33:17 -07:00
Microsoft.AI.MachineLearning.targets Add tests for WinRT Projection Raw ABI consumption (#3718) 2020-05-02 00:33:17 -07:00
Microsoft.ML.OnnxRuntime.csproj Add RelWithDebInfo target to the C# projects so that it correctly finds the native build. (#3839) 2020-05-06 20:01:04 +10:00
NamedOnnxValue.cs update C# API to optimize inference latency (#3171) 2020-04-08 11:57:40 -07:00
NativeApiStatus.cs
NativeMemoryAllocator.cs Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
NativeMethods.cs Add amd migraphx execution provider to onnx runtime (#2929) 2020-05-27 04:24:59 +08:00
NativeOnnxTensorMemory.cs update C# API to optimize inference latency (#3171) 2020-04-08 11:57:40 -07:00
NativeOnnxValueHelper.cs update C# API to optimize inference latency (#3171) 2020-04-08 11:57:40 -07:00
OnnxRuntime.cs Remove the libc version check in C# code (#2282) 2019-10-29 21:31:38 -07:00
OrtLoggingLevel.cs Fix C# log APIs. Also fixes github issue #3409. (#3840) 2020-05-08 14:31:06 -07:00
props.xml Add tests for WinRT Projection Raw ABI consumption (#3718) 2020-05-02 00:33:17 -07:00
RunOptions.cs Fix C# log APIs. Also fixes github issue #3409. (#3840) 2020-05-08 14:31:06 -07:00
SessionOptions.cs Add amd migraphx execution provider to onnx runtime (#2929) 2020-05-27 04:24:59 +08:00
targets.xml