org.apache.mxnet.javaapi
This Param Object is specifically used for SequenceReverse
n-dimensional input array of the form [max_sequence_length, batch_size, other dims] where n>2
vector of sequence lengths of the form [batch_size]
The sequence axis. Only 0 is currently supported.
If set to true, this layer takes in an extra input parameter sequence_length to specify variable length sequence
sequence_length
This Param Object is specifically used for SequenceReverse