Skip to content

[Feature] convert transpose into einsum #5

Open
@mariogeiger

Description

@mariogeiger

Make a transformer that transforms x.transpose(1, 2) into torch.einsum('abc...->acb...')

in order to then have these operations fused with the rest of the einsums

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions