/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | set_ops.py | 28 set_union = sets.set_union variable
|
/external/deqp/framework/delibs/decpp/ |
D | deSTLUtil.hpp | 65 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()
|
D | deSTLUtil.cpp | 68 set<int> su = set_union(s1, s2); in STLUtil_selfTest()
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ |
D | set_union_move.pass.cpp | 39 std::set_union(std::make_move_iterator(lhs.begin()), in main()
|
D | set_union.pass.cpp | 37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), in test() 41 ce = std::set_union(Iter1(ib), Iter1(ib+sb), in test()
|
D | set_union_comp.pass.cpp | 39 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/ |
D | tensorflow.sets.pbtxt | 24 name: "set_union"
|
/external/llvm/include/llvm/ADT/ |
D | SetOperations.h | 23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
|
D | SetVector.h | 234 bool set_union(const STy &S) { in set_union() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SetOperations.h | 23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
|
D | SetVector.h | 246 bool set_union(const STy &S) { in set_union() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SetOperations.h | 23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | sets_test.py | 1225 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/ |
D | sets_impl.py | 278 def set_union(a, b, validate_indices=True): function
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | stl_util.h | 234 std::set_union(a1.begin(), a1.end(), in STLSetUnion()
|
/external/tensorflow/tensorflow/contrib/metrics/ |
D | __init__.py | 141 from tensorflow.contrib.metrics.python.ops.set_ops import set_union
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | CalledValuePropagation.cpp | 158 std::set_union(X.getFunctions().begin(), X.getFunctions().end(), in MergeValues()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineVerifier.cpp | 821 set_union(MInfo.regsKilled, regsKilled); in visitMachineInstrAfter() 824 set_union(regsLive, regsDefined); regsDefined.clear(); in visitMachineInstrAfter()
|
/external/libchrome/base/ |
D | stl_util.h | 200 std::set_union(a1.begin(), a1.end(), in STLSetUnion()
|
/external/python/cpython3/Objects/ |
D | setobject.c | 1200 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/ |
D | setobject.c | 1178 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/ |
D | RewriteStatepointsForGC.cpp | 2487 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/ |
D | SafepointIRVerifier.cpp | 761 set_union(Temp, AvailableIn); in transferBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 2719 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/ |
D | set_kernels.cc | 373 std::set_union(set1.begin(), set1.end(), set2.begin(), set2.end(), in ApplySetOperation()
|