Created
September 22, 2022 01:54
-
-
Save AmosLewis/aa83cf1f371258fae1d77b12bd31dd28 to your computer and use it in GitHub Desktop.
tmp.mlir
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
func.func @torch.aten.Int.Tensor$zero_rank(%arg0: !torch.vtensor<[],ui8>) -> !torch.int { | |
%0 = torch.aten.Int.Tensor %arg0 : !torch.vtensor<[],ui8> -> !torch.int | |
return %0 : !torch.int | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment