Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/
H A D_python_dispatch.py357 def is_traceable_wrapper_subclass(t: object) -> TypeGuard[TensorWithFlatten]: function
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dmeta_utils.py479 is_traceable_wrapper_subclass: bool = False variable in MetaTensorDesc