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/05/30 04:25:57 UTC

[GitHub] asitstands commented on issue #10970: [MXNET-424] dtype option for multinomial

asitstands commented on issue #10970: [MXNET-424] dtype option for multinomial
URL: https://github.com/apache/incubator-mxnet/pull/10970#issuecomment-393026431
 
 
   I added the check at `SampleMultinomialOpShape`. It ensures that the size of the last dimension of the input array is less or equal than `2 << (mantissa of dtype - 1)` for floating point types or `std::numeric_limits::max()` for integer types.

----------------------------------------------------------------
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