Searched refs:test_bitwise_or (Results 1 – 5 of 5) sorted by relevance
134 // CHECK-LABEL: test_bitwise_or136 func @test_bitwise_or(%arg0: tensor<13x21x3xi32>, %arg1: tensor<13x1x3xi32>) -> tensor<13x21x3xi32>…
253 def test_bitwise_or(self): member in OperatorTestCase
114 func @test_bitwise_or(%arg0: tensor<13x21x3xi32>, %arg1: tensor<13x1x3xi32>) -> tensor<13x21x3xi32>…
232 def test_bitwise_or(self): member in OperatorTestCase
3074 static inline T test_bitwise_or (T x, T y) in test_bitwise_or() function in vkt::SpirVAssembly::TestMath