Last active
October 25, 2022 19:14
-
-
Save AmosLewis/77647fab452c7a6a2a9f275620172d76 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
func.func @torch.aten.softmax.int$cst_dim(%t: !torch.vtensor<[2,3],f32>) -> !torch.vtensor<[2,3],f32> { | |
%none = torch.constant.none | |
%dim = torch.constant.int 1 | |
%ret = torch.aten.softmax.int %t, %dim, %none : !torch.vtensor<[2,3],f32>, !torch.int, !torch.none -> !torch.vtensor<[2,3],f32> | |
return %ret : !torch.vtensor<[2,3],f32> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With pass patch: