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
AssemblyInfo.cs
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
OnnxMl.cs
OrtIoBindingAllocationTest.cs
TestDataLoader.cs
TrainingTest.cs