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
Copy file name to clipboardExpand all lines: python/tensorstore/__init__.pyi
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,8 @@ float8_e5m2: dtype
76
76
"8-bit floating-point data type.\n\nDetails in https://github.com/jax-ml/ml_dtypes#float8_e5m2\n\nGroup:\n Data types\n"
77
77
float8_e5m2fnuz: dtype
78
78
"8-bit floating-point data type.\n\nDetails in https://github.com/jax-ml/ml_dtypes#float8_e5m2fnuz\n\nGroup:\n Data types\n"
79
+
float4_e2m1fn: dtype
80
+
"8-bit floating-point data type.\n\nDetails in https://github.com/jax-ml/ml_dtypes#float4_e2m1fn\n\nGroup:\n Data types\n"
79
81
float16: dtype
80
82
":wikipedia:`IEEE 754 binary16 <Half-precision_floating-point_format>` half-precision floating-point data type. Correspond to ``numpy.float16``.\n\nGroup:\n Data types\n"
0 commit comments