X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inference-engine%2Fsrc%2Fmkldnn_plugin%2Fnodes%2Fmkldnn_deconv_node.h;h=ca00a3fd80131626078bc579e3b00e35f50f830e;hb=0ef92871b6dd9a9ceed16d184c4595d2618d526f;hp=aad12edb68f492e70472987bdc713769fe86ce8e;hpb=b235c73481a6f133e1d182d91e5e2c29e8a460e5;p=platform%2Fupstream%2Fdldt.git diff --git a/inference-engine/src/mkldnn_plugin/nodes/mkldnn_deconv_node.h b/inference-engine/src/mkldnn_plugin/nodes/mkldnn_deconv_node.h index aad12ed..ca00a3f 100644 --- a/inference-engine/src/mkldnn_plugin/nodes/mkldnn_deconv_node.h +++ b/inference-engine/src/mkldnn_plugin/nodes/mkldnn_deconv_node.h @@ -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 stride; std::vector paddingL;