Publishing 2019 R1.1 content and Myriad plugin sources (#162)
[platform/upstream/dldt.git] / inference-engine / src / mkldnn_plugin / nodes / mkldnn_deconv_node.h
index aad12ed..ca00a3f 100644 (file)
@@ -31,9 +31,9 @@ public:
     MKLDNNMemoryDesc getDstMemDesc(mkldnn::primitive_desc_iterator &primitive_desc_it, size_t idx) override;
 
 private:
-    bool withBiases;
-    bool withGroups;
-    bool isDW;
+    bool withBiases = false;
+    bool withGroups = false;
+    bool isDW = false;
     size_t groupNum = 1;
     std::vector<ptrdiff_t> stride;
     std::vector<ptrdiff_t> paddingL;