Skip to content

Commit

Permalink
Fix clDNN
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyachur committed Aug 26, 2021
1 parent 9f00f52 commit 250368f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions inference-engine/src/cldnn_engine/cldnn_program.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <mutex>

#include <cpp/ie_cnn_network.h>
#include <ngraph/ngraph.hpp>

#include "cldnn_config.h"

Expand All @@ -26,15 +27,6 @@ enum class reduce_mode : uint16_t;
enum class eltwise_mode : int32_t;
} // namespace cldnn

// Forward declarations for ngraph part
namespace ngraph {
class Node;
} // namespace ngraph

namespace ov {
class DiscreteTypeInfo;
} // namespace ov

#define REGISTER_FACTORY_IMPL(op_version, op_name) \
void __register ## _ ## op_name ## _ ## op_version() { \
Program::RegisterFactory<ngraph::op::op_version::op_name>( \
Expand Down

0 comments on commit 250368f

Please sign in to comment.