Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyachur committed Jun 21, 2021
1 parent c1c4a51 commit dbf8a6a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions inference-engine/include/ie_icnn_network.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@

#include <ngraph/ngraph.hpp>

#if defined IMPLEMENT_INFERENCE_ENGINE_API || defined IMPLEMENT_INFERENCE_ENGINE_PLUGIN || 1
# define INFERENCE_ENGINE_ICNNNETWORK_CLASS(...) INFERENCE_ENGINE_API_CLASS(__VA_ARGS__)
#else
# define INFERENCE_ENGINE_ICNNNETWORK_CLASS(...) \
INFERENCE_ENGINE_INTERNAL("Use InferenceEngine::CNNNetwork wrapper instead") \
INFERENCE_ENGINE_API_CLASS(__VA_ARGS__)
#endif

namespace InferenceEngine {

_IE_SUPPRESS_DEPRECATED_START_GCC
Expand Down

0 comments on commit dbf8a6a

Please sign in to comment.