Home
last modified time | relevance | path

Searched defs:set_difference (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dset_ops.py26 set_difference = sets.set_difference variable
/external/llvm/include/llvm/ADT/
DSetOperations.h51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSetOperations.h51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() function
/external/tensorflow/tensorflow/python/ops/
Dsets_impl.py204 def set_difference(a, b, aminusb=True, validate_indices=True): function
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h976 IndexType set_difference ; /* set difference size of row with pivot row */ in find_ordering() local
/external/python/cpython3/Objects/
Dsetobject.c1548 set_difference(PySetObject *so, PyObject *other) in set_difference() function
/external/python/cpython2/Objects/
Dsetobject.c1525 set_difference(PySetObject *so, PyObject *other) in set_difference() function