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 2019/05/14 00:26:43 UTC

[incubator-mxnet] branch master updated (f67d067 -> 13d6ee6)

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 f67d067  Add numpy linspace (#14927)
     add 13d6ee6  Fix reshape to add in-place back (#14903)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/mkldnn/mkldnn_ops-inl.h  |   6 +
 src/operator/nn/mkldnn/mkldnn_reshape.cc | 194 +++++++++++++++++++++++++++++++
 src/operator/tensor/matrix_op-inl.h      |  19 +++
 src/operator/tensor/matrix_op.cc         |  28 +----
 tests/python/mkl/test_mkldnn.py          |  41 ++++++-
 5 files changed, 261 insertions(+), 27 deletions(-)
 create mode 100644 src/operator/nn/mkldnn/mkldnn_reshape.cc