Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce Pad Op before tf.Split and Slice op after tf.concat ops to …
…handle not-divisible sharding for SPMD. This is an alternate approach to using XLA ND Split/Concat ops. tf.Split and tf.Concat ops operate on a single dimension at a time. So the padding and slice ops are introduced accordingly. PiperOrigin-RevId: 677052836
- Loading branch information