Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / mkl-dnn / src / cpu / cpu_concat.hpp
index 477566b..edfb264 100644 (file)
@@ -55,7 +55,7 @@ namespace cpu {
         } \
         return ret; \
     } \
-    virtual pd_t *clone() const override { return nullptr; } \
+    virtual pd_t *clone() const override { return new pd_t(*this); } \
     virtual const char *name() const override { return impl_name; }
 #define DECLARE_CPU_CONCAT_PD_T(impl_name, ...) \
     DECLARE_CPU_CONCAT_PD_t(impl_name, __VA_ARGS__)