[IE] Fix build error (#703)
Missing changes in transformation library due to IE API dependency removal.
This commit is contained in:
parent
65f62945dd
commit
88264b895a
@ -7,7 +7,7 @@
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#include <ie_api.h>
|
||||
#include <transformations_visibility.hpp>
|
||||
|
||||
#include <ngraph/pass/graph_rewrite.hpp>
|
||||
#include "transformations/utils/pass_param.hpp"
|
||||
@ -15,7 +15,7 @@
|
||||
namespace ngraph {
|
||||
namespace pass {
|
||||
|
||||
class INFERENCE_ENGINE_API_CLASS(DepthToSpaceFusion);
|
||||
class TRANSFORMATIONS_API DepthToSpaceFusion;
|
||||
|
||||
} // namespace pass
|
||||
} // namespace ngraph
|
||||
|
Loading…
Reference in New Issue
Block a user