-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement ATen complex and polar | feat(torchlib) (#1286)
aten::complex has a broadcasting behavior which is implemented here. **NOTE:** Optimizations should consider eliminating the `Expand` node when the broadcasted shape is the same as the input shape. Fixes pytorch/pytorch#121100
- Loading branch information
1 parent
bbb9584
commit aded324
Showing
2 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters