Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dflatten.py106 NamedShape = Tuple[Tuple[str, int]] variable in Unflatten
113 self, dim: Union[int, str], unflattened_size: Union[_size, NamedShape] argument