File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,9 @@ class InfEngineNgraphCustomLayerFactory : public InferenceEngine::ILayerImplFact
239
239
class InfEngineNgraphExtension : public InferenceEngine ::IExtension
240
240
{
241
241
public:
242
+ #if INF_ENGINE_VER_MAJOR_LT(INF_ENGINE_RELEASE_2020_2)
242
243
virtual void SetLogCallback (InferenceEngine::IErrorListener&) noexcept {}
244
+ #endif
243
245
virtual void Unload () noexcept {}
244
246
virtual void Release () noexcept {}
245
247
virtual void GetVersion (const InferenceEngine::Version*&) const noexcept {}
Original file line number Diff line number Diff line change @@ -226,7 +226,9 @@ class InfEngineBackendLayer : public Layer
226
226
class InfEngineExtension : public InferenceEngine ::IExtension
227
227
{
228
228
public:
229
+ #if INF_ENGINE_VER_MAJOR_LT(INF_ENGINE_RELEASE_2020_2)
229
230
virtual void SetLogCallback (InferenceEngine::IErrorListener&) noexcept {}
231
+ #endif
230
232
virtual void Unload () noexcept {}
231
233
virtual void Release () noexcept {}
232
234
virtual void GetVersion (const InferenceEngine::Version*&) const noexcept {}
You can’t perform that action at this time.
0 commit comments