Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / actual_kernels / batch_norm / batch_norm_kernel_base.h
index 30855ef..ebc4c05 100644 (file)
@@ -32,6 +32,8 @@ namespace kernel_selector
         {
             float epsilon;
             bool with_inv_var;
+                       bool with_scale_shift;
+                       bool with_mean_var_out = false;
         };
 
         DedicatedParams batchNormParams;