-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TOSA] Add some more mixed dtype handling (#3909)
* Add int input handling for activation functions like erf, sigmoid, and tanh * Fix mixed dtype handling for scalar comparison ops * Add mixed dtype handling for pow tensor op (with only floating point result type support for now) * Add Torch to TOSA lowering for torch.aten.tan Change-Id: I3a8aa1e6febbc0e39ebdb5734f87ae171b03cd73 Signed-off-by: Justin Ngo <[email protected]>
- Loading branch information
1 parent
a99e378
commit 5077090
Showing
3 changed files
with
216 additions
and
40 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.