Home
last modified time | relevance | path

Searched defs:NotImplementedType (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/torch/_numpy/
D_ufuncs.py81 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.py118 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.py35 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.py43 NotImplementedType = typing.TypeVar("NotImplementedType") variable
D_ndarray.py313 def copy(self: ArrayLike, order: NotImplementedType = "C"):
317 def flatten(self: ArrayLike, order: NotImplementedType = "C"):
/external/python/cpython3/Lib/
Dtypes.py332 NotImplementedType = type(NotImplemented) variable