Home
last modified time | relevance | path

Searched defs:set_union (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dset_ops.py28 set_union = sets.set_union variable
/external/llvm/include/llvm/ADT/
DSetOperations.h23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
DSetVector.h234 bool set_union(const STy &S) { in set_union() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSetOperations.h23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
DSetVector.h246 bool set_union(const STy &S) { in set_union() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSetOperations.h23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
/external/tensorflow/tensorflow/python/ops/
Dsets_impl.py278 def set_union(a, b, validate_indices=True): function
/external/deqp/framework/delibs/decpp/
DdeSTLUtil.hpp65 C set_union (const C& s1, const C& s2) in set_union() function
/external/python/cpython3/Objects/
Dsetobject.c1200 set_union(PySetObject *so, PyObject *args) in set_union() function
/external/python/cpython2/Objects/
Dsetobject.c1178 set_union(PySetObject *so, PyObject *args) in set_union() function