onnxruntime/csharp
Ke Zhang 47a9abd212
minor change for validating input types (#532)
* minor changes for ValidateInput in inferencesession level api.

* update

* valid real graph input and don't validate initializers

* refine the validation logic.

* remove the unnecessary validatation test.

* ensure that the exact input feeds provided from caller.

* fix tests.

* fix c# test failure.

* fix test case

* don't verify the error message which is hard to maintain.

* fix c# test case

* c# test

* c# test

* fix test cases.

* test update
2019-03-05 16:29:39 -08:00
..
sample/Microsoft.ML.OnnxRuntime.InferenceSample Make the return namedonnxvalue objects disposable in C# API (#392) 2019-01-28 21:40:19 -08:00
src/Microsoft.ML.OnnxRuntime Initial check-in to support non-tensor (sequence/map) types (#527) 2019-03-05 16:00:40 -08:00
test minor change for validating input types (#532) 2019-03-05 16:29:39 -08:00
testdata Initial check-in to support non-tensor (sequence/map) types (#527) 2019-03-05 16:00:40 -08:00
tools/Microsoft.ML.OnnxRuntime.PerfTool Added generation of C# project properties file containing actual build directory. 2019-01-14 16:02:13 -08:00
Directory.Build.props.in Added generation of C# project properties file containing actual build directory. 2019-01-14 16:02:13 -08:00
Nuget.CSharp.config Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
OnnxRuntime.CSharp.proj Update data download script (#171) 2018-12-13 14:46:59 -08:00
OnnxRuntime.CSharp.sln merged the latest csharp folder changes from VSTS repo @313681f9 2018-11-27 19:01:28 -08:00