Need max_sequence_len_op
Created by: JiayiFeng
In our newest design, dynamic RNN is actually a wrap of while_op
. To run while_op
, we need to specify the loop step numbers n
. In dynamic RNN, this n
should be the max sequence length. So an operator which is able to get this length is required.