mindspore.ops.BasicLSTMCell
- class mindspore.ops.BasicLSTMCell(keep_prob=1.0, forget_bias=1.0, state_is_tuple=True, activation='tanh')[源代码]
It’s similar to operator
mindspore.ops.DynamicRNN
. BasicLSTMCell will be deprecated in the future. Please use DynamicRNN instead.- Supported Platforms:
Deprecated