Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / src / include / generic_layer_inst.h
index 468591b..2bba001 100644 (file)
@@ -26,6 +26,7 @@ template <>
 struct typed_program_node<generic_layer> : public typed_program_node_base<generic_layer>
 {
     using parent = typed_program_node_base<generic_layer>;
+    typed_program_node(const std::shared_ptr<generic_layer> prim, program_impl& prog);
 public:
     using parent::parent;