Implement Bucketize in MO and MKLDNN for opset3 (#583)
[platform/upstream/dldt.git] / inference-engine / include / ie_layers.h
index a0462ac..7d03528 100644 (file)
@@ -1774,7 +1774,7 @@ public:
     /**
      * @brief Indicates whether the intervals include the right or the left bucket edge.
      */
-    bool with_right_bound = false;
+    bool with_right_bound = true;
 
     /**
     * @brief Creates a new BucketizeLayer instance.