-
Notifications
You must be signed in to change notification settings - Fork 27.5k
[ONNX][Complex] Support view_as_complex #49793
Copy link
Copy link
Closed
Labels
featureA request for a proper, new feature.A request for a proper, new feature.module: onnxRelated to torch.onnxRelated to torch.onnxtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
featureA request for a proper, new feature.A request for a proper, new feature.module: onnxRelated to torch.onnxRelated to torch.onnxtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
Status
Done
🚀 Feature
would you support view_as_complex for converting to onnx model? Thanks a lot
Motivation
when I try to convert a nn contains complex tensor computation, it says:
Pytorch export onnx: RuntimeError Exporting the operator view_as_complex to ONNX opset version 9 is not supported. Please open a bug to request ONNX export support for the missing operatoralso : onnx/onnx#3173
cc @houseroad @spandantiwari @lara-hdr @BowenBao @neginraoof