onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests
shahasad a818740d91
Support Tensor<bool> and Tensor<Int8> in C# API. Support Tensor<string> as input. Fix a bug in the InferenceSession Run() with RunOptions (#1671)
- Support bool-Tensor and int8-Tensor in input-output of C# api
- Support string-tensor as input in C# api
- Fix a bug in InferenceSession.Run() -- RunOptions was not passed into the native call
2019-08-22 10:14:50 -07:00
..
Tensors Copy System.Numerics.Tensors sources from dotnet/corefx into onnxruntime (#1605) 2019-08-15 17:28:47 -07:00
InferenceTest.cs Support Tensor<bool> and Tensor<Int8> in C# API. Support Tensor<string> as input. Fix a bug in the InferenceSession Run() with RunOptions (#1671) 2019-08-22 10:14:50 -07:00
Microsoft.ML.OnnxRuntime.Tests.csproj Copy System.Numerics.Tensors sources from dotnet/corefx into onnxruntime (#1605) 2019-08-15 17:28:47 -07:00
OnnxMl.cs update onnx to bring in quantized ops (#808) 2019-04-10 17:20:35 -07:00