HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
status.h File Reference
#include <memory>
#include <ostream>
#include <string>
#include "core/common/gsl.h"
+ Include dependency graph for status.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  onnxruntime::common::Status
 

Namespaces

 onnxruntime
 
 onnxruntime::common
 

Enumerations

enum  onnxruntime::common::StatusCategory { onnxruntime::common::NONE = 0, onnxruntime::common::SYSTEM = 1, onnxruntime::common::ONNXRUNTIME = 2 }
 
enum  onnxruntime::common::StatusCode {
  onnxruntime::common::OK = 0, onnxruntime::common::FAIL = 1, onnxruntime::common::INVALID_ARGUMENT = 2, onnxruntime::common::NO_SUCHFILE = 3,
  onnxruntime::common::NO_MODEL = 4, onnxruntime::common::ENGINE_ERROR = 5, onnxruntime::common::RUNTIME_EXCEPTION = 6, onnxruntime::common::INVALID_PROTOBUF = 7,
  onnxruntime::common::MODEL_LOADED = 8, onnxruntime::common::NOT_IMPLEMENTED = 9, onnxruntime::common::INVALID_GRAPH = 10, onnxruntime::common::EP_FAIL = 11
}
 

Functions

constexpr const char * onnxruntime::common::StatusCodeToString (StatusCode status) noexcept
 
std::ostream & onnxruntime::common::operator<< (std::ostream &out, const Status &status)