kshitij12345 commented on issue #15933: indexing op does not report out of 
bound indices 
URL: 
https://github.com/apache/incubator-mxnet/issues/15933#issuecomment-522228130
 
 
   @eric-haibin-lin , 
   
   From a quick view,
   `take` as of now doesn't actually support `mode=raise`,
   
https://github.com/apache/incubator-mxnet/blob/a8b9728d5729b565fdf2f588d1985bb5eca7f68a/src/operator/tensor/indexing_op.h#L671-L675
   
   
https://github.com/apache/incubator-mxnet/blob/a8b9728d5729b565fdf2f588d1985bb5eca7f68a/src/operator/tensor/indexing_op.h#L679-L709
   
   So as of now, it doesn't actually raise out-of-bounds error.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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