Searched refs:test_add_scalar (Results 1 – 4 of 4) sorted by relevance
80 def test_add_scalar(self): member in TestMPSAdd
687 // CHECK-LABEL: test_add_scalar690 func.func @test_add_scalar(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
1100 // CHECK-LABEL: test_add_scalar1103 func.func @test_add_scalar(%arg0: tensor<13x21x3xf32>) -> tensor<*xf32> {
293 def test_add_scalar(self, dtype): member in TestOp