/external/pytorch/torch/_numpy/ |
D | _ufuncs.py | 16 NotImplementedType, 81 where: NotImplementedType = True, argument 83 order: NotImplementedType = "K", argument 85 subok: NotImplementedType = False, argument 86 signature: NotImplementedType = None, argument 87 extobj: NotImplementedType = None, argument 129 order: NotImplementedType = "K", argument 131 subok: NotImplementedType = False, argument 132 signature: NotImplementedType = None, argument 133 extobj: NotImplementedType = None, argument [all …]
|
D | _reductions_impl.py | 24 NotImplementedType, 118 where: NotImplementedType = None, argument 132 where: NotImplementedType = None, argument 145 initial: NotImplementedType = None, argument 146 where: NotImplementedType = None, argument 163 initial: NotImplementedType = None, argument 164 where: NotImplementedType = None, argument 192 initial: NotImplementedType = None, argument 193 where: NotImplementedType = None, argument 211 initial: NotImplementedType = None, argument [all …]
|
D | _funcs_impl.py | 29 NotImplementedType, 35 a: ArrayLike, order: NotImplementedType = "K", subok: NotImplementedType = False argument 44 where: NotImplementedType = None, argument 352 like: NotImplementedType = None, argument 393 order: NotImplementedType = "C", argument 395 like: NotImplementedType = None, argument 409 order: NotImplementedType = "K", argument 410 subok: NotImplementedType = False, argument 423 order: NotImplementedType = "C", argument 425 like: NotImplementedType = None, argument [all …]
|
D | _normalizations.py | 41 from typing import NotImplementedType 43 NotImplementedType = typing.TypeVar("NotImplementedType") variable
|
D | _ndarray.py | 17 NotImplementedType, 313 def copy(self: ArrayLike, order: NotImplementedType = "C"): argument 317 def flatten(self: ArrayLike, order: NotImplementedType = "C"): argument
|
/external/python/cpython3/Lib/ |
D | copy.py | 108 types.NotImplementedType, types.FunctionType, types.CodeType, 177 d[types.NotImplementedType] = _deepcopy_atomic
|
D | types.py | 332 NotImplementedType = type(NotImplemented) variable
|
D | dataclasses.py | 237 types.NotImplementedType,
|
/external/python/cpython3/Doc/library/ |
D | constants.rst | 36 :data:`!NotImplemented` is the sole instance of the :data:`types.NotImplementedType` type.
|
D | types.rst | 236 .. data:: NotImplementedType
|
/external/python/cpython3/Lib/test/ |
D | test_types.py | 635 self.assertIsInstance(NotImplemented, types.NotImplementedType)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0a1.rst | 1169 :data:`types.EllipsisType`, :data:`types.NotImplementedType` and
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.10.rst | 1449 and :data:`types.NotImplementedType` classes, providing a new set
|