Searched refs:test_reduce_sum (Results 1 – 5 of 5) sorted by relevance
232 // CHECK-LABEL: test_reduce_sum235 func @test_reduce_sum(%arg0: tensor<13x21x3xf32>) -> tensor<21x3xf32> {
228 // CHECK-LABEL: test_reduce_sum231 func @test_reduce_sum(%arg0: tensor<13x21x3xf32>) -> tensor<21x3xf32> {
372 def test_reduce_sum(self): member in ParallelDeviceTests
351 func @test_reduce_sum(%arg0: tensor<13x21x3xf32>) -> tensor<21x3xf32> {
265 def test_reduce_sum(self): member in ReductionTest