Skip to content

Commit 575b4a7

Browse files
committed
Remove note on default dtypes
1 parent ac07b1f commit 575b4a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RFC.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ that utility flag, similar to
107107
[`torch.set_default_dtype`](https://pytorch.org/docs/stable/generated/torch.set_default_dtype.html).
108108
Perhaps call it `torch_np.use_torch_defaults()` and then add a way for users
109109
to be able to set their own int/float/complex defaults.
110-
**TODO(Lezcano)**: Do we just use them just in factory functions, or do we also
111-
use them anywhere else -> Check
112110

113111
**NumPy scalars**. NumPy's type system is tricky. At first sight, it looks
114112
like PyTorch's, but with few more dtypes like `np.uint16` or `np.longdouble`.

0 commit comments

Comments
 (0)