eric-haibin-lin commented on a change in pull request #7935: Zeroes CSR still 
needs a valid row_pointer array.
URL: https://github.com/apache/incubator-mxnet/pull/7935#discussion_r139547763
 
 

 ##########
 File path: src/operator/tensor/init_op.h
 ##########
 @@ -197,14 +197,21 @@ void FillZerosRspImpl(mshadow::Stream<xpu> *s, NDArray 
*dst) {
   dst->set_aux_shape(rowsparse::kIdx, TShape(mshadow::Shape1(0)));
 }
 
-// Fill a CSR NDArray with zeros by updating the aux shape.
+/*! \brief Fill a CSR NDArray with zeros by updating the aux shape
+ *
+ * @tparam xpu - cpu or gpu
 
 Review comment:
   `tparam ` -> `param`
 
----------------------------------------------------------------
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