Home
last modified time | relevance | path

Searched defs:test_reduce (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
114 void test_reduce() in test_reduce() function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_combo_kernels.py68 def test_reduce(a, b, c, d): function
189 def test_reduce(a, b, c, d): function
359 def test_reduce(a, b, c, d): function
/aosp_15_r20/external/llvm-libc/test/integration/src/__support/GPU/
H A Dscan_reduce.cpp20 static void test_reduce() { in test_reduce() function
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_spawn_ucc.py92 def test_reduce(self): member in TestDistributedNNFunctionsUcc
H A Dtest_nccl.py87 def test_reduce(self, device, dtype): member in TestNCCL
H A Dtest_c10d_spawn_nccl.py113 def test_reduce(self): member in TestDistributedNNFunctionsNccl
H A Dtest_c10d_spawn_gloo.py237 def test_reduce(self): member in TestDistributedNNFunctionsGloo
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_structseq.py100 def test_reduce(self): member in StructSeqTest
Dtest_functools.py451 def test_reduce(self): member in TestReduce
Dpickletester.py1112 def test_reduce(self): member in AbstractPickleTests
Dtest_builtin.py1181 def test_reduce(self): member in BuiltinTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_structseq.py109 def test_reduce(self): member in StructSeqTest
Dpickletester.py1915 def test_reduce(self): member in AbstractPickleTests
Dtest_functools.py776 def test_reduce(self): member in TestReduce
Dtest_descr.py5160 def test_reduce(self): member in PicklingTests
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dtpu_strategy_test.py1358 def test_reduce(self): member in TPUStrategyDistributionTest
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Dcontrol_flow_ops_test.py233 def test_reduce(self): member in ReductionTest
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_functions.py1494 def test_reduce(a, b, c, d): member in FunctionTests