Home
last modified time | relevance | path

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

/external/pytorch/torch/utils/
D_ordered_set.py20 T_co = TypeVar("T_co", covariant=True) variable
134 def __sub__(self, other: AbstractSet[T_co]) -> OrderedSet[T]:
158 def __or__(self, other: AbstractSet[T_co]) -> OrderedSet[T]:
161 def __and__(self, other: AbstractSet[T_co]) -> OrderedSet[T]:
167 def __xor__(self, other: AbstractSet[T_co]) -> OrderedSet[T]:
/external/pytorch/test/
Dtest_datapipe.py91 T_co = TypeVar("T_co", covariant=True) variable
140 datapipe: Union[IterDataPipe[T_co], MapDataPipe[T_co]], n: int
/external/python/typing/typing_extensions/src/
Dtyping_extensions.py142 T_co = typing.TypeVar('T_co', covariant=True) # Any type covariant containers. variable
/external/python/typing_extensions/src/
Dtyping_extensions.py173 T_co = typing.TypeVar('T_co', covariant=True) # Any type covariant containers. variable
/external/python/typing/typing_extensions/
D__init__.py183 T_co = typing.TypeVar('T_co', covariant=True) # Any type covariant containers. variable
/external/python/cpython3/Lib/
Dtyping.py2792 T_co = TypeVar('T_co', covariant=True) # Any type covariant containers. variable