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 2020/03/15 18:51:55 UTC

[GitHub] [incubator-mxnet] sxjscience opened a new issue #17839: [Numpy] Cannot mix int32 and int64

sxjscience opened a new issue #17839: [Numpy] Cannot mix int32 and int64
URL: https://github.com/apache/incubator-mxnet/issues/17839
 
 
   Code:
   ```python
   import mxnet as mx
   mx.npx.set_np()
   a = mx.np.ones((10,), dtype=mx.np.int32)
   b = mx.np.ones((10,), dtype=mx.np.int64)
   c = a * b
   print(c)
   ```
   Error:
   ```
   MXNetError: Operator _npi_multiply does not support combination of int with long long yet...
   ```

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


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] JiangZhaoh commented on issue #17839: [Numpy] Cannot mix int32 and int64

Posted by GitBox <gi...@apache.org>.
JiangZhaoh commented on issue #17839: [Numpy] Cannot mix int32 and int64
URL: https://github.com/apache/incubator-mxnet/issues/17839#issuecomment-611239849
 
 
   Fixed by #17921

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


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] leezu closed issue #17839: [Numpy] Cannot mix int32 and int64

Posted by GitBox <gi...@apache.org>.
leezu closed issue #17839: [Numpy] Cannot mix int32 and int64
URL: https://github.com/apache/incubator-mxnet/issues/17839
 
 
   

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


With regards,
Apache Git Services