TaoLv commented on a change in pull request #13555: [MXNET-1253] fix
control_flow_op
URL: https://github.com/apache/incubator-mxnet/pull/13555#discussion_r239373178
##########
File path: src/operator/tensor/control_flow_op.h
##########
@@ -161,7 +161,7 @@ struct where_batch_backward {
// DType is the output data type
// CType is condition data type
template<typename DType, typename CType>
- MSHADOW_XINLINE static void Map(int i, DType* grad_out,
+ MSHADOW_XINLINE static void Map(index_t i, DType* grad_out,
const DType* grad_in,
const CType* cond, int M) {
Review comment:
`index_t M`?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services