You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.