Home
last modified time | relevance | path

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

/external/pytorch/test/torch_np/
Dtest_binary_ufuncs.py26 def test_bitwise_or(self): member in TestBinaryUfuncBasic
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir159 // CHECK-LABEL: test_bitwise_or
161 func.func @test_bitwise_or(%arg0: tensor<13x21x3xi32>, %arg1: tensor<13x1x3xi32>) -> tensor<13x21x3…
/external/python/cpython3/Lib/test/
Dtest_operator.py262 def test_bitwise_or(self): member in OperatorTestCase
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3002 static inline T test_bitwise_or(T x, T y) in test_bitwise_or() function in vkt::SpirVAssembly::TestMath