Home
last modified time | relevance | path

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

/external/pytorch/torchgen/_autoheuristic/
Dtrain_decision.py737 leaf_ids=None, argument
/external/python/cpython3/Objects/
Dexceptions.c1229 collect_exception_group_leaf_ids(PyObject *exc, PyObject *leaf_ids) in collect_exception_group_leaf_ids()
1278 PyObject *leaf_ids = PySet_New(NULL); in exception_group_projection() local