Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nn/
H A Dcommon_types.py13 _scalar_or_tuple_1_t = Union[T, Tuple[T]] variable
22 _size_1_t = _scalar_or_tuple_1_t[int]