Home
last modified time | relevance | path

Searched refs:testReduce (Results 1 – 11 of 11) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/terminal/
DReduceTest.kt10 fun testReduce() = runTest { in <lambda>() method
/external/pytorch/test/cpp/c10d/
DProcessGroupMPITest.cpp120 void testReduce(int iter = 10000) { in testReduce() function
358 testReduce(); in main()
DProcessGroupNCCLTest.cpp557 void testReduce(const std::string& path, int rank, int size) { in testReduce() function
782 TEST_F(ProcessGroupNCCLTest, testReduce) { in TEST_F() argument
786 multiThreadRun(testReduce); in TEST_F()
/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
DIOBinaryOperatorStreamTest.java88 public void testReduce() throws IOException { in testReduce() method in IOBinaryOperatorStreamTest
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape_test.py213 def testReduce(self): member in DimensionTest
514 def testReduce(self): member in ShapeTest
Ddtypes_test.py328 def testReduce(self): member in TypesTest
/external/tensorflow/tensorflow/python/kernel_tests/
Dcollective_ops_test.py128 def testReduce(self, collective_ops, device, communication): member in CollectiveOpsTest
492 def testReduce(self, collective_ops, device, communication, member in AllReduceWithSubdivisionsTest
563 def testReduce(self): member in XlaTest
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_reduce_op_test.py632 def testReduce(self, ragged_reduce_op, rt_input, axis, keepdims, expected): member in RaggedReduceOpsTest
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib_test.py322 def testReduce(self, dist): member in TestStrategyTest
/external/tensorflow/tensorflow/compiler/tests/
Dxla_ops_test.py338 def testReduce(self): member in XlaOpsNumericalTest
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/math/
DFractionTest.java836 public void testReduce() { in testReduce() method in FractionTest