[NGRAPH] Fix UNITY build under Windows (#2678)
This commit is contained in:
parent
c9b16a79f5
commit
c5e9ebc05c
@ -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 <>
|
||||
|
Loading…
Reference in New Issue
Block a user