A header file for the main Inference Engine exception. More...
#include <memory>#include <string>#include <sstream>#include <vector>#include <functional>#include <utility>#include <cassert>Go to the source code of this file.
Data Structures | |
| class | NullStream |
Macros | |
| #define | THROW_IE_EXCEPTION throw InferenceEngine::details::InferenceEngineException(__FILE__, __LINE__)\ |
| A macro used to throw the exception with a notable description. | |
| #define | IE_ASSERT(EXPRESSION) assert((EXPRESSION)); NullStream() |
| Uses assert() function if NDEBUG is not defined, InferenceEngine exception otherwise. | |
A header file for the main Inference Engine exception.