You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ort::Env env{ ORT_LOGGING_LEVEL_WARNING, "test" }; //global block
raise--->Ort::GetApi(...) return nullptr
works well in local block.
Urgency
none
System information
OS Platform and Distribution (e.g., Linux Ubuntu 16.04):win10
ONNX Runtime installed from (source or binary):nuget package
ONNX Runtime version:1.7.0
Python version:
Visual Studio version (if applicable):2019
GCC/Compiler version (if compiling from source):ms
CUDA/cuDNN version:
GPU model and memory:
To Reproduce
Describe steps/code to reproduce the behavior.
Attach the ONNX model to the issue (where applicable) to expedite investigation.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here. If the issue is about a particular model, please share the model details as well to facilitate debugging.
This discussion was converted from issue #7122 on March 24, 2021 03:57.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe the bug
maybe not a error?
Ort::Env env{ ORT_LOGGING_LEVEL_WARNING, "test" }; //global block
raise--->Ort::GetApi(...) return nullptr
works well in local block.
Urgency
none
System information
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here. If the issue is about a particular model, please share the model details as well to facilitate debugging.
Beta Was this translation helpful? Give feedback.
All reactions