Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/
H A D_pytree.py168 _cxx_pytree_pending_imports: List[Any] = [] variable
240 _cxx_pytree_pending_imports.append((args, kwargs))
H A D_cxx_pytree.py1006 for args, kwargs in _pytree._cxx_pytree_pending_imports: