You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Da Zheng (JIRA)" <ji...@apache.org> on 2018/05/18 22:13:00 UTC

[jira] [Created] (MXNET-432) Add Foreach

Da Zheng created MXNET-432:
------------------------------

             Summary: Add Foreach
                 Key: MXNET-432
                 URL: https://issues.apache.org/jira/browse/MXNET-432
             Project: Apache MXNet
          Issue Type: Improvement
            Reporter: Da Zheng


This PR adds a control flow operator: foreach. It takes a Python function as input and run the function over the elements in the input array. foreach is similar to scan in TensorFlow.

This PR is part of the proposal of adding a set of control flow operators to MXNet.
[https://cwiki.apache.org/confluence/display/MXNET/Optimize+dynamic+neural+network+models+with+control+flow+operators]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org