Home
last modified time | relevance | path

Searched refs:test_bitwise_xor (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_binary_ufuncs.py31 def test_bitwise_xor(self): member in TestBinaryUfuncBasic
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_operator.py348 def test_bitwise_xor(self): member in OperatorTestCase
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
H A Dtf-to-tosa-pipeline.mlir177 // CHECK-LABEL: test_bitwise_xor
179 func.func @test_bitwise_xor(%arg0: tensor<13x21x1xi32>, %arg1: tensor<13x21x3xi32>) -> tensor<13x21…
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_operator.py325 def test_bitwise_xor(self): member in OperatorTestCase
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp3008 static inline T test_bitwise_xor(T x, T y) in test_bitwise_xor() function in vkt::SpirVAssembly::TestMath