[NGRAPH] Fix UNITY build under Windows (#2678)
authorVladislav Vinogradov <vlad.vinogradov@intel.com>
Fri, 16 Oct 2020 03:57:30 +0000 (06:57 +0300)
committerGitHub <noreply@github.com>
Fri, 16 Oct 2020 03:57:30 +0000 (06:57 +0300)
ngraph/frontend/onnx_import/include/onnx_import/core/attribute.hpp

index d9151cf..632a829 100644 (file)
@@ -88,7 +88,7 @@ namespace ngraph
                 template <typename T>
                 inline T get_value(const ONNX_NAMESPACE::AttributeProto& attribute)
                 {
-                    throw error::attribute::UnsupportedType{attribute.type()};
+                    throw ngraph::onnx_import::error::attribute::UnsupportedType{attribute.type()};
                 }
 
                 template <>