[GitHub] reminisce commented on issue #11079: Is it possible to apply intersection/union on mx.nd.array

2018-06-08 Thread GitBox
reminisce commented on issue #11079: Is it possible to apply intersection/union on mx.nd.array URL: https://github.com/apache/incubator-mxnet/issues/11079#issuecomment-395832153 @szha Oh right, I misunderstood the question. This should come with the feature of supporting dynamic shapes.

[GitHub] reminisce commented on issue #11079: Is it possible to apply intersection/union on mx.nd.array

2018-05-30 Thread GitBox
reminisce commented on issue #11079: Is it possible to apply intersection/union on mx.nd.array URL: https://github.com/apache/incubator-mxnet/issues/11079#issuecomment-393311570 You can call the operators explicitly: `mx.nd.logical_and(a, b)` and `mx.nd.logical_or(a, b)`. GPU is