Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nn/
H A Dcommon_types.py16 _scalar_or_tuple_4_t = Union[T, Tuple[T, T, T, T]] variable
25 _size_4_t = _scalar_or_tuple_4_t[int]