Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dsets_impl.py138 def set_intersection(a, b, validate_indices=True): function
/external/python/cpython3/Objects/
Dsetobject.c1238 set_intersection(PySetObject *so, PyObject *other) in set_intersection() function
/external/python/cpython2/Objects/
Dsetobject.c1241 set_intersection(PySetObject *so, PyObject *other) in set_intersection() function