[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162494943 ## File path: src/operator/tensor/control_flow_op.h ## @@ -87,6 +117,37 @@ struct where_backward { }

[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162537292 ## File path: src/operator/tensor/control_flow_op.h ## @@ -51,6 +52,35 @@ struct where { } };

[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162493417 ## File path: src/operator/tensor/control_flow_op.cc ## @@ -28,16 +28,35 @@ namespace mxnet {

[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162537564 ## File path: src/operator/tensor/control_flow_op.h ## @@ -185,6 +303,62 @@ void WhereOpForward(const

[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162537283 ## File path: src/operator/tensor/control_flow_op.h ## @@ -51,6 +52,35 @@ struct where { } };

[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162537343 ## File path: src/operator/tensor/control_flow_op.h ## @@ -87,6 +117,37 @@ struct where_backward { }