Searched defs:NotImplementedType (Results 1 – 6 of 6) sorted by relevance
/external/pytorch/torch/_numpy/ |
D | _ufuncs.py | 81 where: NotImplementedType = True, 83 order: NotImplementedType = "K", 85 subok: NotImplementedType = False, 86 signature: NotImplementedType = None, 87 extobj: NotImplementedType = None, 129 order: NotImplementedType = "K", 131 subok: NotImplementedType = False, 132 signature: NotImplementedType = None, 133 extobj: NotImplementedType = None, 134 axes: NotImplementedType = None, [all …]
|
D | _reductions_impl.py | 118 where: NotImplementedType = None, 132 where: NotImplementedType = None, 145 initial: NotImplementedType = None, 146 where: NotImplementedType = None, 163 initial: NotImplementedType = None, 164 where: NotImplementedType = None, 192 initial: NotImplementedType = None, 193 where: NotImplementedType = None, 211 initial: NotImplementedType = None, 212 where: NotImplementedType = None, [all …]
|
D | _funcs_impl.py | 35 a: ArrayLike, order: NotImplementedType = "K", subok: NotImplementedType = False 44 where: NotImplementedType = None, 352 like: NotImplementedType = None, 393 order: NotImplementedType = "C", 395 like: NotImplementedType = None, 409 order: NotImplementedType = "K", 410 subok: NotImplementedType = False, 423 order: NotImplementedType = "C", 425 like: NotImplementedType = None, 440 order: NotImplementedType = "K", [all …]
|
D | _normalizations.py | 43 NotImplementedType = typing.TypeVar("NotImplementedType") variable
|
D | _ndarray.py | 313 def copy(self: ArrayLike, order: NotImplementedType = "C"): 317 def flatten(self: ArrayLike, order: NotImplementedType = "C"):
|
/external/python/cpython3/Lib/ |
D | types.py | 332 NotImplementedType = type(NotImplemented) variable
|