forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ONNX] Fix the warnings of
aten overload fallback to default
in onn…
…x dispatcher (pytorch#105972) Without this PR, the warning message is misleading as it says the default is found before the error message popped. Next PR will start refactoring aten overload fallback with adding overloads supported by torchlib into OpSchema matching. Pull Request resolved: pytorch#105972 Approved by: https://github.com/BowenBao
- Loading branch information
1 parent
8d9c889
commit 1544291
Showing
1 changed file
with
14 additions
and
13 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