class ngraph::pass::low_precision::InferenceEngineLptException

#include <ie_lpt_exception.hpp>

class InferenceEngineLptException: public ngraph::pass::low_precision::Exception
{
public:
    // construction

    InferenceEngineLptException(
        const std::string& filename,
        const size_t line,
        const Node& node
        );
};

Inherited Members

public:
    // methods

    template <typename T>
    Exception& operator << (const T& x);

    const char \* what() const;