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 @@ -225,7 +225,9 @@ class InfEngineBackendLayer : public Layer
225
225
class InfEngineExtension : public InferenceEngine ::IExtension
226
226
{
227
227
public:
228
+ #if INF_ENGINE_VER_MAJOR_LT(INF_ENGINE_RELEASE_2020_2)
228
229
virtual void SetLogCallback (InferenceEngine::IErrorListener&) noexcept {}
230
+ #endif
229
231
virtual void Unload () noexcept {}
230
232
virtual void Release () noexcept {}
231
233
virtual void GetVersion (const InferenceEngine::Version*&) const noexcept {}
You can’t perform that action at this time.
0 commit comments