This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 08895b7 Fix the return type of sparse.clip operator (#14856)
add 527573e Add support for fast variable-length LSTM (#14208)
No new revisions were added by this update.
Summary of changes:
cpp-package/example/charRNN.cpp | 5 +-
python/mxnet/gluon/rnn/rnn_layer.py | 41 ++++--
src/operator/rnn-inl.h | 280 +++++++++++++++++++++++++-----------
src/operator/rnn.cc | 78 +++++++---
src/operator/rnn.cu | 1 +
tests/python/gpu/test_gluon_gpu.py | 55 +++++++
6 files changed, 343 insertions(+), 117 deletions(-)