Home
last modified time | relevance | path

Searched refs:set_union (Results 1 – 25 of 35) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dset_ops.py28 set_union = sets.set_union variable
/external/deqp/framework/delibs/decpp/
DdeSTLUtil.hpp65 C set_union (const C& s1, const C& s2) in set_union() function
68 std::set_union(s1.begin(), s1.end(), s2.begin(), s2.end(), in set_union()
DdeSTLUtil.cpp68 set<int> su = set_union(s1, s2); in STLUtil_selfTest()
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
Dset_union_move.pass.cpp39 std::set_union(std::make_move_iterator(lhs.begin()), in main()
Dset_union.pass.cpp37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), in test()
41 ce = std::set_union(Iter1(ib), Iter1(ib+sb), in test()
Dset_union_comp.pass.cpp39 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), in test()
43 ce = std::set_union(Iter1(ib), Iter1(ib+sb), in test()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.sets.pbtxt24 name: "set_union"
/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/kernel_tests/
Dsets_test.py1225 sets.set_union(
1227 sets.set_union(
1229 sets.set_union(
1231 sets.set_union(
1238 op = sets.set_size(sets.set_union(a, b))
/external/tensorflow/tensorflow/python/ops/
Dsets_impl.py278 def set_union(a, b, validate_indices=True): function
/external/webrtc/webrtc/system_wrappers/include/
Dstl_util.h234 std::set_union(a1.begin(), a1.end(), in STLSetUnion()
/external/tensorflow/tensorflow/contrib/metrics/
D__init__.py141 from tensorflow.contrib.metrics.python.ops.set_ops import set_union
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp158 std::set_union(X.getFunctions().begin(), X.getFunctions().end(), in MergeValues()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineVerifier.cpp821 set_union(MInfo.regsKilled, regsKilled); in visitMachineInstrAfter()
824 set_union(regsLive, regsDefined); regsDefined.clear(); in visitMachineInstrAfter()
/external/libchrome/base/
Dstl_util.h200 std::set_union(a1.begin(), a1.end(), in STLSetUnion()
/external/python/cpython3/Objects/
Dsetobject.c1200 set_union(PySetObject *so, PyObject *args) in set_union() function
2091 {"union", (PyCFunction)set_union, METH_VARARGS,
2204 {"union", (PyCFunction)set_union, METH_VARARGS,
/external/python/cpython2/Objects/
Dsetobject.c1178 set_union(PySetObject *so, PyObject *args) in set_union() function
2076 {"union", (PyCFunction)set_union, METH_VARARGS,
2194 {"union", (PyCFunction)set_union, METH_VARARGS,
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2487 Data.LiveIn[&BB].set_union(Data.LiveOut[&BB]); in computeLiveInValues()
2503 LiveOut.set_union(Data.LiveIn[Succ]); in computeLiveInValues()
2516 LiveTmp.set_union(Data.LiveSet[BB]); in computeLiveInValues()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSafepointIRVerifier.cpp761 set_union(Temp, AvailableIn); in transferBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2719 Data.LiveIn[&BB].set_union(Data.LiveOut[&BB]); in computeLiveInValues()
2735 LiveOut.set_union(Data.LiveIn[Succ]); in computeLiveInValues()
2748 LiveTmp.set_union(Data.LiveSet[BB]); in computeLiveInValues()
/external/tensorflow/tensorflow/core/kernels/
Dset_kernels.cc373 std::set_union(set1.begin(), set1.end(), set2.begin(), set2.end(), in ApplySetOperation()

12