mindspore.ops.BasicLSTMCell

class mindspore.ops.BasicLSTMCell(*args, **kwargs)[source]

It’s similar to operator DynamicRNN. BasicLSTMCell will be deprecated in the future. Please use DynamicRNN instead.

Supported Platforms:

Deprecated