Skip to content

Instantly share code, notes, and snippets.

@AmosLewis
Created September 22, 2022 01:54
Show Gist options
  • Save AmosLewis/aa83cf1f371258fae1d77b12bd31dd28 to your computer and use it in GitHub Desktop.
Save AmosLewis/aa83cf1f371258fae1d77b12bd31dd28 to your computer and use it in GitHub Desktop.
tmp.mlir
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