-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support specifying array layout order as an arbitrary permutation
Previously, while StridedLayout and Array internally support arbitrary strides, there was no convenient interface for specifying any order other than C or F. With this change, an arbitrary permutation can be specified in place of a `ContiguousLayoutOrder` (C/F) value in all StridedLayout and Array APIs. PiperOrigin-RevId: 695974377 Change-Id: Ib04958a881b36eed33bf173cde0aaae39cbfa975
- Loading branch information
1 parent
91984a3
commit d779cd5
Showing
14 changed files
with
589 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.