onnxruntime/csharp/src/Microsoft.ML.OnnxRuntime
smk2007 6cdd2b4934
Enable DML Nuget Package for x64 or x86 architectures (#3120)
* add dml gpu pipelines

* add x86 to the gpu dml dev build pipeline

* Enable DML x86 builds

* Fix uint64_t -> size_t warning

* fix warnings

* enable dml on x86 ci builds

* operatorHelper 773 error uint32_t vs uint64_t

* operatorHelper 773 error uint32_t vs uint64_t

* make x86 pipeline use the gpu pool

* more warnings

* fix x86 directml path

* make dml nuget package

* disable tf_pnasnet_large

* disable zfnet512

* make validation use wildcards

* disable x86 dml gpu tests

* add args.

* update gpu.yml

* change nupkg wildcard

* add debug statements

* package x86 dml nupkg

* dont drop managed nuget again from dml pipeline build

* Add DML EULA

* directml license should be renamed to not clobber the existing license

* casing on dml package....

* {} to ()

* fix license name

* disable dml from x86 ci

* typo and cr feedback

* remove featurizers

* ship the dml pdb as well
2020-03-02 20:18:46 -08:00
..
Tensors Allow creation of empty tensors in c# (#1976) 2019-10-14 14:47:02 -07:00
DisposableNamedOnnxValue.cs Set ElementType to String type of node metadata, instead of byte[] (#2348) 2019-11-08 14:52:56 -08:00
Exceptions.cs
InferenceSession.cs Fix model path marshalling in csharp, and re-enable the pretrained model tests (#2236) 2019-10-24 20:39:16 -07:00
Microsoft.ML.OnnxRuntime.csproj Enable DML Nuget Package for x64 or x86 architectures (#3120) 2020-03-02 20:18:46 -08:00
NamedOnnxValue.cs Fix C# handling of unicode strings (#2697) 2019-12-19 21:02:54 -08:00
NativeApiStatus.cs More C header naming changes (#202) 2018-12-18 11:39:46 -08:00
NativeMemoryAllocator.cs Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
NativeMethods.cs Create a separate Nuget hosting just managed assemblies (#3020) 2020-02-27 18:00:17 -08:00
NativeOnnxTensorMemory.cs Fix C# handling of unicode strings (#2697) 2019-12-19 21:02:54 -08:00
OnnxRuntime.cs Remove the libc version check in C# code (#2282) 2019-10-29 21:31:38 -07:00
props.xml Changes in the props file to support .NET + AnyCPU configuration (#3091) 2020-02-25 20:28:36 -08:00
RunOptions.cs Clarify naming of the API involving the RunOptions terminate flag. (#1768) 2019-09-10 08:32:33 +10:00
SessionOptions.cs Add a summary for each ExecutionProviderAppend methods in SessionOptions.cs (#3111) 2020-02-28 21:46:57 -08:00
targets.xml Minor changes to support inclusion of x86 bits in the Nuget packaging pipeline (#916) 2019-04-27 00:41:26 -07:00