reminisce commented on a change in pull request #11406: [MXNET-599] Partial 
shape infer for Slice
URL: https://github.com/apache/incubator-mxnet/pull/11406#discussion_r198697063
 
 

 ##########
 File path: src/operator/tensor/matrix_op-inl.h
 ##########
 @@ -674,13 +675,23 @@ inline void SetSliceOpOutputDimSize(const index_t i, 
const int b,
                                     const int e, const int s,
                                     TShape* oshape) {
   if (s > 0) {
-    CHECK_LT(b, e) << "slicing with begin=[" << i << "]=" << b << ", end[" << 
i << "]="
+    CHECK_LE(b, e) << "slicing with begin=[" << i << "]=" << b << ", end[" << 
i << "]="
 
 Review comment:
   Is the case `b = e` required?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to