You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/25 04:26:54 UTC

[GitHub] Soonhwan-Kwon opened a new pull request #9561: fix CreateOp of slice_channel to accept dtypes of uint8 and int32

Soonhwan-Kwon opened a new pull request #9561: fix CreateOp of slice_channel to accept dtypes of uint8 and int32
URL: https://github.com/apache/incubator-mxnet/pull/9561
 
 
   ## Description ##
   To deal with quantization in future, 
   operators like slice_channel(split) should have capability to accept uint8 and int32.
   In slice_channel, it can be achieved by changing MSHADOW_REAL_TYPE_SWITCH to MSHADOW_TYPE_SWITCH as concat(https://github.com/apache/incubator-mxnet/blob/d2a856a3a2abb4e72edc301b8b821f0b75f30722/src/operator/concat.cu)
   Is there any reason to use MSHADOW_REAL_TYPE_SWITCH for split symbol?
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services