Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bitwise_and (0.28 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

      %1 = mhlo.xor %0, %arg1 : tensor<1x4xi8>
      func.return %1 : tensor<1x4xi8>
    }
    
    // CHECK-LABEL:   func @bitwise_and(
    // CHECK-SAME:                      %[[VAL_0:.*]]: tensor<4xi32>,
    // CHECK-SAME:                      %[[VAL_1:.*]]: tensor<4xi32>) -> tensor<4xi32> {
    // CHECK:           %[[VAL_2:.*]] = "tf.BitwiseAnd"(%[[VAL_0]], %[[VAL_1]]) : (tensor<4xi32>, tensor<4xi32>) -> tensor<4xi32>
    // CHECK:           return %[[VAL_2]] : tensor<4xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
Back to top