Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nn/
H A Dcommon_types.py17 _scalar_or_tuple_5_t = Union[T, Tuple[T, T, T, T, T]] variable
26 _size_5_t = _scalar_or_tuple_5_t[int]