onnxruntime/csharp/test/Microsoft.ML.OnnxRuntime.Tests.Common
yf711 8b9065a396
Add getter/setter of C# OrtEnv log level (#13402)
### Description
* Add getter/setter to access and update C# OrtEnv log level
* Add C API about updating ort env with custom log level to support the
setter above (Following [pybind
implementation](952c99304a/onnxruntime/python/onnxruntime_pybind_state.cc (L923-L924)))
* Add test case to verify getter & setter


### Motivation and Context
* For C++/Python, the log level can be adjusted via OrtEnv, and this
feature is missing in C# binding
2022-11-04 21:46:00 -07:00
..
Tensors C#: Avoid inefficient DenseTensor ctor in ToTensor extensions (#10240) 2022-01-19 07:43:44 +10:00
AssemblyInfo.cs Add Xamarin support (#9436) 2021-10-27 20:07:07 +10:00
InferenceTest.cs Add getter/setter of C# OrtEnv log level (#13402) 2022-11-04 21:46:00 -07:00
Microsoft.ML.OnnxRuntime.Tests.Common.csproj Csharp bindings for on-device training APIs (#12404) 2022-09-02 13:13:48 -07:00
OnnxMl.cs Update ONNX to 1.12 (#11924) 2022-06-21 17:19:52 -07:00
OrtIoBindingAllocationTest.cs Allow users to bind arbitrary memory using raw pointers (#10428) 2022-02-01 18:09:24 -08:00
TestDataLoader.cs Fix C# pipeline build error (#10524) 2022-02-11 08:56:40 -08:00
TrainingTest.cs Csharp bindings for on-device training APIs (#12404) 2022-09-02 13:13:48 -07:00