error_codes Namespace
Definition
namespace simaai::neat::error_codes { ... }
Functions Index
| bool | is_dispatcher_unavailable (std::string_view code) |
Variables Index
| constexpr const char * | kPipelineShape = "misconfig.pipeline_shape" |
| constexpr const char * | kCaps = "misconfig.caps" |
| constexpr const char * | kInputShape = "misconfig.input_shape" |
| constexpr const char * | kParseLaunch = "build.parse_launch" |
| constexpr const char * | kRuntimePull = "runtime.pull" |
| constexpr const char * | kIoParse = "io.parse" |
| constexpr const char * | kIoOpen = "io.open" |
| constexpr const char * | kDispatcherUnavailable = "infra.dispatcher_unavailable" |
| constexpr const char * | kDispatcherUnavailableLegacy = "DispatcherUnavailable" |
Functions
is_dispatcher_unavailable()
| inline |
Definition at line 36 of file ErrorCodes.h.
36inline bool is_dispatcher_unavailable(std::string_view code) {
37 return code == kDispatcherUnavailable || code == kDispatcherUnavailableLegacy;
38}
Variables
kCaps
| constexpr |
Definition at line 20 of file ErrorCodes.h.
kDispatcherUnavailable
| constexpr |
Definition at line 32 of file ErrorCodes.h.
32inline constexpr const char* kDispatcherUnavailable = "infra.dispatcher_unavailable";
kDispatcherUnavailableLegacy
| constexpr |
Definition at line 34 of file ErrorCodes.h.
34inline constexpr const char* kDispatcherUnavailableLegacy = "DispatcherUnavailable";
kInputShape
| constexpr |
Definition at line 21 of file ErrorCodes.h.
21inline constexpr const char* kInputShape = "misconfig.input_shape";
kIoOpen
| constexpr |
Definition at line 29 of file ErrorCodes.h.
kIoParse
| constexpr |
Definition at line 28 of file ErrorCodes.h.
kParseLaunch
| constexpr |
Definition at line 24 of file ErrorCodes.h.
24inline constexpr const char* kParseLaunch = "build.parse_launch";
kPipelineShape
| constexpr |
Definition at line 19 of file ErrorCodes.h.
19inline constexpr const char* kPipelineShape = "misconfig.pipeline_shape";
kRuntimePull
| constexpr |
Definition at line 25 of file ErrorCodes.h.
25inline constexpr const char* kRuntimePull = "runtime.pull";
The documentation for this namespace was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.