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 10a12d5 Fix get_started pip instructions (#17725)
add ac77974 Support projection feature for LSTM on CPU (Only Inference)
(#17702)
No new revisions were added by this update.
Summary of changes:
src/operator/nn/mkldnn/mkldnn_base-inl.h | 8 -----
src/operator/nn/mkldnn/mkldnn_rnn-inl.h | 12 +++++++
src/operator/nn/mkldnn/mkldnn_rnn.cc | 2 --
src/operator/rnn-inl.h | 33 ++++++++++++++-----
src/operator/rnn.cc | 44 ++++++++++++++++---------
src/operator/rnn_impl.h | 48 +++++++++++++++++++--------
tests/python/unittest/test_gluon_rnn.py | 56 ++++++++++++++++++++++++++++++++
7 files changed, 156 insertions(+), 47 deletions(-)