File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -275,11 +275,6 @@ writing `torch_np.ndarray` above to make more explicit our intents, but there
275
275
shouldn't be any ambiguity.
276
276
277
277
** OBS(Lezcano)** : ` DTypeLike ` should be ` Optional[DTypeLike] `
278
- ** OBS(Lezcano)** : Should we have a ` NotImplementedType ` to mark the args that
279
- are not being implemented? We could then assert that either that parameter has
280
- not been provided, and if it has, it has the same value as the default. The
281
- goal here would be to either use all the args of a function in its
282
- implementation, or mark explicitly those that we don't use.
283
278
284
279
** Implmenting out** : In PyTorch, the ` out ` kwarg is, as the name says, a
285
280
keyword-only argument. It is for this reason that, in PrimTorch, we were able
You can’t perform that action at this time.
0 commit comments