Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / src / include / reshape_inst.h
index 1ac9fdf..a97153a 100644 (file)
@@ -26,6 +26,7 @@ template <>
 struct typed_program_node<reshape> : public typed_program_node_base<reshape>
 {
     using parent = typed_program_node_base<reshape>;
+    typed_program_node(const std::shared_ptr<reshape> prim, program_impl& prog) : parent(prim, prog) { support_padding(true); }
 
 public:
     using parent::parent;