Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dset_ops.py24 set_intersection = sets.set_intersection variable
/external/tensorflow/tensorflow/python/ops/
Dsets_impl.py138 def set_intersection(a, b, validate_indices=True): function
/external/python/cpython3/Objects/
Dsetobject.c1260 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