Commit e1ad1900 authored by Scott Cyphers's avatar Scott Cyphers Committed by Sang Ik Lee

Add additional exports (#4006)

* Add exports

* Work-around windows issues

* windows

* Avoid vectors
parent b231ccc3
......@@ -33,7 +33,7 @@ namespace ngraph
/// Attributes are the values set when building a graph which are not
/// computed as the graph executes. Values computed from the graph topology and attributes
/// during compilation are not attributes.
class AttributeVisitor
class NGRAPH_API AttributeVisitor
{
public:
virtual ~AttributeVisitor() {}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment