-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
namespace detail {
inline void ThrowStatus(const Status& st) {
std::string error_message = st.GetErrorMessage();
OrtErrorCode error_code = st.GetErrorCode();
ORT_CXX_API_THROW(std::move(error_message), error_code);
}
}
大佬这里报错
0x00007FFB0A3FF39C 处(位于 nanodet620.exe 中)有未经处理的异常: Microsoft C++ 异常: Ort::Exception,位于内存位置 0x000000B7130FE6C0 处。怎么办
Metadata
Metadata
Assignees
Labels
No labels