Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / ie_bridges / python / src / openvino / inference_engine / ie_api.pxd
index 52bb27e..8ee5656 100644 (file)
@@ -33,6 +33,7 @@ cdef class IENetwork:
 
 cdef class ExecutableNetwork:
     cdef unique_ptr[C.IEExecNetwork] impl
+    cdef C.IEPlugin plugin_impl
     cdef public:
         _requests, inputs, outputs