-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IR] Fix broadcast_to_matmul (#1542)
- Check whether the shape tensor is constant before using it in the logic. Exiting early if needed. - Handle cases when the input is 1d or 0d Thanks @borisfom for the proposed fix! Fix #1541
- Loading branch information
1 parent
d71b74f
commit 69ae7f4
Showing
4 changed files
with
210 additions
and
90 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
Oops, something went wrong.