Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/
H A D_pytree.py123 FlattenWithKeysFunc = Callable[[PyTree], Tuple[List[Tuple[KeyEntry, Any]], Any]] variable
179 flatten_with_keys_fn: Optional[FlattenWithKeysFunc] = None,
286 flatten_with_keys_fn: Optional[FlattenWithKeysFunc] = None,
339 flatten_with_keys_fn: Optional[FlattenWithKeysFunc] = None,
H A D_cxx_pytree.py90 FlattenWithKeysFunc = Callable[[PyTree], Tuple[List[Tuple[KeyEntry, Any]], Any]] variable
109 flatten_with_keys_fn: Optional[FlattenWithKeysFunc] = None,