Home
last modified time | relevance | path

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

/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-10.0/llvm/include/llvm/ADT/
DSetOperations.h50 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() function
/external/tensorflow/tensorflow/python/ops/
Dsets_impl.py213 def set_difference(a, b, aminusb=True, validate_indices=True): function
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h995 IndexType set_difference ; /* set difference size of row with pivot row */ in find_ordering() local
/external/python/cpython3/Objects/
Dsetobject.c1496 set_difference(PySetObject *so, PyObject *other) in set_difference() function
/external/python/cpython2/Objects/
Dsetobject.c1528 set_difference(PySetObject *so, PyObject *other) in set_difference() function