[NGRAPH] Fix UNITY build under Windows (#2678)

This commit is contained in:
Vladislav Vinogradov 2020-10-16 06:57:30 +03:00 committed by GitHub
parent c9b16a79f5
commit c5e9ebc05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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 <>