Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / src / include / convolution_grad_weights_inst.h
index ed32f0c..cd1571d 100644 (file)
@@ -90,6 +90,11 @@ public:
             return false;
     }
 
+    bool output_grad_w() const
+    {
+        return get_primitive()->output_grad_w;
+    }
+
 private:
     int32_t split;
     bool depthwise_sep_opt;
@@ -165,6 +170,11 @@ public:
         else
             return false;
     }
+
+    bool output_grad_w() const
+    {
+        return argument.output_grad_w;
+    }
 };
 
 using convolution_grad_weights_inst = typed_primitive_inst<convolution_grad_weights>;