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

↔ [Converter] Add support for Tensor reshape and permute operators in the FX aten path #1724

Closed
gs-olive opened this issue Mar 6, 2023 · 2 comments
Assignees
Labels
feature request New feature or request No Activity

Comments

@gs-olive
Copy link
Collaborator

gs-olive commented Mar 6, 2023

aten.unsqueeze, aten.reshape, aten.permute, aten.transpose

  • Function Schema:

    • torch.ops.aten.unsqueeze.default: ((torch.int32,), {})
    • torch.ops.aten.reshape: ((torch.float32,), {})
    • torch.ops.aten.permute.default: ((torch.float32,), {})
    • torch.ops.aten.transpose.int: ((torch.float32,), {})
  • Original PyTorch API: torch.unsqueeze, torch.reshape, torch.permute, torch.transpose

  • Relevant TensorRT Documentation: IGatherLayer, IShuffleLayer

Add support for unsqueeze, reshape, permute, and transpose as aten converters.

@gs-olive gs-olive added the feature request New feature or request label Mar 6, 2023
@apbose
Copy link
Collaborator

apbose commented Mar 30, 2023

Linked issue #1754 for torch.ops.aten.permute.default: ((torch.float32,), {}), torch.ops.aten.unsqueeze.default: ((torch.int32,), {}), torch.ops.aten.reshape: ((torch.float32,), {})

@github-actions
Copy link

This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request No Activity
Projects
None yet
Development

No branches or pull requests

2 participants