Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / mkl-dnn / src / cpu / cpu_reorder_pd.hpp
index f929a9e..2fac7c7 100644 (file)
@@ -40,7 +40,7 @@ struct cpu_reorder_pd_t: public reorder_pd_t {
         , input_pd_(*input_pd), output_pd_(*output_pd) {}
     virtual ~cpu_reorder_pd_t() {}
 
-    virtual status_t init() const {
+    virtual status_t init() {
         const auto &post_ops = attr()->post_ops_;
         bool args_ok = true
             && IMPLICATION(post_ops.len_ != 0,