Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / src / mutable_data.cpp
index d2deb02..9ad7fef 100644 (file)
@@ -49,6 +49,7 @@ mutable_data_node::typed_program_node(const std::shared_ptr<mutable_data> dprim,
     : parent(dprim, prog), mem(api_cast(dprim->mem.get()))
 {
     recalc_output_layout(false);
+    can_share_buffer(false);
     fill_memory();
 }