Searched defs:T_co (Results 1 – 6 of 6) sorted by relevance
/external/pytorch/torch/utils/ |
D | _ordered_set.py | 20 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/ |
D | test_datapipe.py | 91 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/ |
D | typing_extensions.py | 142 T_co = typing.TypeVar('T_co', covariant=True) # Any type covariant containers. variable
|
/external/python/typing_extensions/src/ |
D | typing_extensions.py | 173 T_co = typing.TypeVar('T_co', covariant=True) # Any type covariant containers. variable
|
/external/python/typing/typing_extensions/ |
D | __init__.py | 183 T_co = typing.TypeVar('T_co', covariant=True) # Any type covariant containers. variable
|
/external/python/cpython3/Lib/ |
D | typing.py | 2792 T_co = TypeVar('T_co', covariant=True) # Any type covariant containers. variable
|