You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by pa...@apache.org on 2020/01/03 01:00:47 UTC

[incubator-mxnet] branch master updated (77c7c3a -> 2a9ec0e)

This is an automated email from the ASF dual-hosted git repository.

patriczhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 77c7c3a  Enhancements for custom subgraph op (#17194)
     add 2a9ec0e  Softmax primitive cache and in-place computation (#17152)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/mkldnn/mkldnn_softmax.cc | 63 +++++++++++++++++++++++++++-----
 src/operator/nn/softmax-inl.h            | 21 +++++++++++
 2 files changed, 75 insertions(+), 9 deletions(-)