Skip to content

simple dot transpose pattern#1317

Open
Yancey0623 wants to merge 1 commit into
mainfrom
simple_dot_transpose
Open

simple dot transpose pattern#1317
Yancey0623 wants to merge 1 commit into
mainfrom
simple_dot_transpose

Conversation

@Yancey0623

@Yancey0623 Yancey0623 commented Nov 15, 2024

Copy link
Copy Markdown
Collaborator

transform Dot + Transpose Pattern to reduce transpose op

before:
    Dot(A^T, B)^T
after:
    Dot(B^T, A)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant