A RNN layer in a network definition. More...
A RNN layer in a network definition.
This layer applies an RNN operation on the inputs. This layer only works with networks that that have an implicit batch dimension. For dynamic shapes and explicit batch dimension networks, use IRNNv2Layer.