Revert "update aten op overload to not use `from` to avoid compile errors (#89797)"

This reverts commit 021d2676941976d6a35a3b0e2034238889a6c872.

Reverted https://github.com/pytorch/pytorch/pull/89797 on behalf of https://github.com/jeanschmidt due to breaking internal builds - more details on https://fburl.com/sandcastle/bz8mgkil
diff --git a/test/test_mps.py b/test/test_mps.py
index d22a481..0d2acca 100644
--- a/test/test_mps.py
+++ b/test/test_mps.py
@@ -5796,7 +5796,7 @@
         mps_x = torch.randn(5, device='mps', generator=g_mps)
         self.assertEqual(mps_x, mps_y)
 
-    # Test random_.to and random_.from_int
+    # Test random_.to and random_.from
     def test_random(self):
         def helper(shape, low, high, dtype=torch.int32):