We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105b759 commit 5a2d54eCopy full SHA for 5a2d54e
1 file changed
paconvert/global_var.py
@@ -83,6 +83,10 @@ class GlobalManager:
83
"torch.asinh",
84
"torch.atan",
85
"torch.atan2",
86
+ "torch.Tensor.gcd",
87
+ "torch.Tensor.gcd_",
88
+ "torch.Tensor.lcm",
89
+ "torch.Tensor.lcm_",
90
91
# zhimin
92
"torch.Tensor.bfloat16",
0 commit comments