Home
last modified time | relevance | path

Searched defs:set_isdisjoint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/polyfills/
H A D__init__.py66 def set_isdisjoint(set1, set2): function
/aosp_15_r20/external/python/cpython2/Objects/
Dsetobject.c1408 set_isdisjoint(PySetObject *so, PyObject *other) in set_isdisjoint() function
/aosp_15_r20/external/python/cpython3/Objects/
Dsetobject.c1344 set_isdisjoint(PySetObject *so, PyObject *other) in set_isdisjoint() function