Home
last modified time | relevance | path

Searched refs:NotImplementedType (Results 1 – 13 of 13) sorted by relevance

/external/pytorch/torch/_numpy/
D_ufuncs.py16 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.py24 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.py29 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.py41 from typing import NotImplementedType
43 NotImplementedType = typing.TypeVar("NotImplementedType") variable
D_ndarray.py17 NotImplementedType,
313 def copy(self: ArrayLike, order: NotImplementedType = "C"): argument
317 def flatten(self: ArrayLike, order: NotImplementedType = "C"): argument
/external/python/cpython3/Lib/
Dcopy.py108 types.NotImplementedType, types.FunctionType, types.CodeType,
177 d[types.NotImplementedType] = _deepcopy_atomic
Dtypes.py332 NotImplementedType = type(NotImplemented) variable
Ddataclasses.py237 types.NotImplementedType,
/external/python/cpython3/Doc/library/
Dconstants.rst36 :data:`!NotImplemented` is the sole instance of the :data:`types.NotImplementedType` type.
Dtypes.rst236 .. data:: NotImplementedType
/external/python/cpython3/Lib/test/
Dtest_types.py635 self.assertIsInstance(NotImplemented, types.NotImplementedType)
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a1.rst1169 :data:`types.EllipsisType`, :data:`types.NotImplementedType` and
/external/python/cpython3/Doc/whatsnew/
D3.10.rst1449 and :data:`types.NotImplementedType` classes, providing a new set