Insert transposes between 3D and 4D tensors #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Stack from ghstack (oldest at bottom):
Tensors of rank < 4 always have a contiguous dim_order while 4D tensors
may have (0, 2, 3, 1) as dim_order. This patch inserts transposes
between 4D tensors and other tensors, more precisely it targets
squeeze and unsqueeze ops. The transposes will act as bridges between
different dim_orders to ensure that activations are passed forward in
the correct format.
Vela version is bumped to include transpose implementation.
This version also includes implementation of transpose, therefore
xfails in test_expand and test_repeat are disabled.
Signed-off-by: Oscar Andersson [email protected]
Change-Id: If56344b2153441f113e4e87e95d41acad5df9220