Home
last modified time | relevance | path

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

/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
/external/cronet/stable/third_party/llvm-libc/src/test/integration/src/__support/GPU/
Dscan_reduce.cpp20 static void test_reduce() { in test_reduce() function
/external/cronet/tot/third_party/llvm-libc/src/test/integration/src/__support/GPU/
Dscan_reduce.cpp20 static void test_reduce() { in test_reduce() function
/external/pytorch/test/distributed/
Dtest_c10d_spawn_ucc.py92 def test_reduce(self): member in TestDistributedNNFunctionsUcc
Dtest_nccl.py87 def test_reduce(self, device, dtype): member in TestNCCL
Dtest_c10d_spawn_nccl.py113 def test_reduce(self): member in TestDistributedNNFunctionsNccl
Dtest_c10d_spawn_gloo.py237 def test_reduce(self): member in TestDistributedNNFunctionsGloo
/external/pytorch/test/inductor/
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
/external/llvm-libc/test/integration/src/__support/GPU/
Dscan_reduce.cpp20 static void test_reduce() { in test_reduce() function
/external/tensorflow/tensorflow/python/distribute/
Dtpu_strategy_test.py1358 def test_reduce(self): member in TPUStrategyDistributionTest
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops_test.py233 def test_reduce(self): member in ReductionTest
/external/python/cpython3/Lib/test/
Dpickletester.py2632 def test_reduce(self): member in AbstractPickleTests
Dtest_functools.py810 def test_reduce(self): member in TestReduce
Dtest_descr.py5226 def test_reduce(self): member in PicklingTests
/external/pytorch/test/dynamo/
Dtest_functions.py1494 def test_reduce(a, b, c, d): member in FunctionTests