We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aten
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
torch.unsqueeze
torch.reshape
torch.permute
torch.transpose
Relevant TensorRT Documentation: IGatherLayer, IShuffleLayer
Add support for unsqueeze, reshape, permute, and transpose as aten converters.
unsqueeze
reshape
permute
transpose
The text was updated successfully, but these errors were encountered:
Linked issue #1754 for torch.ops.aten.permute.default: ((torch.float32,), {}), torch.ops.aten.unsqueeze.default: ((torch.int32,), {}), torch.ops.aten.reshape: ((torch.float32,), {})
Sorry, something went wrong.
This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days
apbose
No branches or pull requests
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
, andtranspose
as aten converters.The text was updated successfully, but these errors were encountered: