Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the speed of transpose function #529

Merged
merged 2 commits into from
Oct 22, 2019

Conversation

TE-StephenTiedemann
Copy link
Contributor

This PR improves the speed of the transpose function by using an ND index increment function to avoid division and modulo operations while iterating. It also reduces the in/out shape and transpose axes internally to combine no-transposed successive axes.

@KazukiYoshiyama-sony KazukiYoshiyama-sony merged commit 25c201d into master Oct 22, 2019
@TakuyaNarihira TakuyaNarihira added release-note-op-layer Auto-release; Layer Functions and removed release-note-core Auto-release; Core Engine labels Nov 5, 2019
@YukioOobuchi YukioOobuchi deleted the feature/20190918_faster_transpose branch January 20, 2020 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement release-note-op-layer Auto-release; Layer Functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants