#include <memory>
#include <ostream>
#include <string>
Go to the source code of this file.
|
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
} |
|