Home
last modified time | relevance | path

Searched refs:test_reduce (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/algorithm/test/
Dreduce_test.cpp25 test_reduce(Iter first, Iter last, T init, Op op, T x) in test_reduce() function
32 test_reduce(Iter first, Iter last, Op op, T x) in test_reduce() function
39 test_reduce(Iter first, Iter last, T x) in test_reduce() function
50 test_reduce(Iter(ia), Iter(ia), 0, std::plus<int>(), 0); in test_init_op()
51 test_reduce(Iter(ia), Iter(ia), 1, std::multiplies<int>(), 1); in test_init_op()
52 test_reduce(Iter(ia), Iter(ia+1), 0, std::plus<int>(), 1); in test_init_op()
53 test_reduce(Iter(ia), Iter(ia+1), 2, std::multiplies<int>(), 2); in test_init_op()
54 test_reduce(Iter(ia), Iter(ia+2), 0, std::plus<int>(), 3); in test_init_op()
55 test_reduce(Iter(ia), Iter(ia+2), 3, std::multiplies<int>(), 6); in test_init_op()
56 test_reduce(Iter(ia), Iter(ia+sa), 0, std::plus<int>(), 21); in test_init_op()
[all …]
/third_party/mindspore/tests/st/ops/cpu/
Dtest_reduce_op.py89 def test_reduce(): function
182 test_reduce()
/third_party/python/Lib/test/
Dtest_structseq.py109 def test_reduce(self): member in StructSeqTest
Dpickletester.py1912 def test_reduce(self): member in AbstractPickleTests
Dtest_functools.py776 def test_reduce(self): member in TestReduce
Dtest_descr.py5083 def test_reduce(self): member in PicklingTests
/third_party/boost/libs/compute/test/
DCMakeLists.txt131 add_compute_test("algorithm.reduce" test_reduce.cpp)