Home
last modified time | relevance | path

Searched refs:reduce_2 (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dmhlo-fusion.mlir74 // CHECK-LABEL: func @reduce_2
75 func @reduce_2(%arg0: tensor<?x?xf32>, %arg1: tensor<?x?xf32>) -> (tensor<?x?xf32>, tensor<?xf32>) {
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization_test.cc655 HloInstruction* reduce_2 = in TEST_F() local
659 EXPECT_THAT(reduce_2, op::Reduce(broadcast_2, op::Constant())); in TEST_F()
736 HloInstruction* reduce_2 = in TEST_F() local
742 EXPECT_THAT(reduce_2, in TEST_F()
/external/python/cpython3/Lib/test/
Dpickletester.py3664 def reduce_2(obj): function
3666 dispatch_table[AAA] = reduce_2
/external/python/cpython2/Objects/
Dtypeobject.c3311 reduce_2(PyObject *obj) in reduce_2() function
3512 return reduce_2(self); in _common_reduce()