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
Use tf.slice instead of tf.strided_slice (via tf.Tensor.__getitem__ / indexing syntax) for state tensors.
This ensures that tensors in the output state have the same static shape as tensors in the input state. Before this change the equivalence is only guaranteed for the dynamic shape.
PiperOrigin-RevId: 480168486
0 commit comments