Files
pytorch/torch/utils/pytree/python.pyi
Xuehai Pan d686ab3647 Update
[ghstack-poisoned]
2025-02-17 16:21:38 +08:00

16 lines
438 B
Python

# Owner(s): ["module: pytree"]
from .._pytree import * # noqa: F403
from .._pytree import (
__all__ as __all__,
_broadcast_to_and_flatten as _broadcast_to_and_flatten,
arg_tree_leaves as arg_tree_leaves,
BUILTIN_TYPES as BUILTIN_TYPES,
GetAttrKey as GetAttrKey,
KeyEntry as KeyEntry,
KeyPath as KeyPath,
MappingKey as MappingKey,
SequenceKey as SequenceKey,
SUPPORTED_NODES as SUPPORTED_NODES,
)