You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generics are among the last few missing pieces to create an elegant set of
1242
+
type definitions for tensors and shapes.
1243
+
1244
+
(For the sake of transparency - we also reached out to folks from a third popular
1245
+
numerical computing library, PyTorch, but did *not* receive a statement of
1246
+
endorsement from them. Our understanding is that although they are interested
1247
+
in some of the same issues - e.g. static shape inference - they are currently
1248
+
focusing on enabling this through a DSL rather than the Python type system.)
1187
1249
1188
1250
Acknowledgements
1189
1251
================
@@ -1193,7 +1255,7 @@ Thank you to **Alfonso Castaño**, **Antoine Pitrou**, **Bas v.B.**, **David Fos
1193
1255
**Sergei Lebedev**, and **Vladimir Mikulik** for helpful feedback and suggestions on
1194
1256
drafts of this PEP.
1195
1257
1196
-
Thank you especially to **Lucio** for suggesting the star syntax (which has made multiple aspects of this proposal much more concise and intuitive), and to **Stephan Hoyer** for his kind `endorsement`_ of the PEP on the python-dev mailing list.
1258
+
Thank you especially to **Lucio** for suggesting the star syntax (which has made multiple aspects of this proposal much more concise and intuitive), and to **Stephan Hoyer** and **Dan Moldovan** for their endorsements.
0 commit comments