HDK
|
Classes | |
class | Status |
Enumerations | |
enum | StatusCategory { NONE = 0, SYSTEM = 1, ONNXRUNTIME = 2 } |
enum | StatusCode { OK = 0, FAIL = 1, INVALID_ARGUMENT = 2, NO_SUCHFILE = 3, NO_MODEL = 4, ENGINE_ERROR = 5, RUNTIME_EXCEPTION = 6, INVALID_PROTOBUF = 7, MODEL_LOADED = 8, NOT_IMPLEMENTED = 9, INVALID_GRAPH = 10, EP_FAIL = 11 } |
Functions | |
constexpr const char * | StatusCodeToString (StatusCode status) noexcept |
std::ostream & | operator<< (std::ostream &out, const Status &status) |
|
inline |