Home
last modified time | relevance | path

Searched refs:test_bitwise_and (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/test/torch_np/
H A Dtest_binary_ufuncs.py21 def test_bitwise_and(self): member in TestBinaryUfuncBasic
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_operator.py114 def test_bitwise_and(self): member in OperatorTestCase
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
H A Dtf-to-tosa-pipeline.mlir150 // CHECK-LABEL: test_bitwise_and
152 func.func @test_bitwise_and(%arg0: tensor<13x21x3xi32>, %arg1: tensor<13x21x1xi32>) -> tensor<13x21…
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_operator.py145 def test_bitwise_and(self): member in OperatorTestCase
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_operators.py917 def test_bitwise_and(self): member in TestOperators
H A Dtest_pytorch_onnx_onnxruntime.py3729 def test_bitwise_and(self): member in TestONNXRuntime
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp3013 static inline T test_bitwise_and(T x, T y) in test_bitwise_and() function in vkt::SpirVAssembly::TestMath