Searched refs:shift_right_logical (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
D | hlo-legalize-to-lhlo.mlir | 377 // CHECK-LABEL: func @shift_right_logical 378 func.func @shift_right_logical(%lhs: tensor<2x2xi32>, %rhs: tensor<2x2xi32>) 380 %result = "mhlo.shift_right_logical"(%lhs, %rhs) 382 // CHECK: "lmhlo.shift_right_logical"(%{{.*}}, %{{.*}})
|
D | hlo-legalize-to-linalg.mlir | 1616 func.func @shift_right_logical(%lhs: tensor<2x2xi32>, 1618 %result = "mhlo.shift_right_logical"(%lhs, %rhs) 1622 // CHECK-LABEL: func @shift_right_logical
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | legalize-tf-binary-elementwise.mlir | 145 // CHECK: mhlo.shift_right_logical %arg0, %arg1 : tensor<4xui8> 153 // CHECK: mhlo.shift_right_logical %[[BROADCAST]], %arg1 : tensor<2x4xui8>
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 202 shift_right_logical = _broadcasting_binary_op(_shift_right_logical_helper) variable
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | xla_ops_test.py | 106 xla.shift_right_logical, 111 xla.shift_right_logical,
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/ |
D | ops.mlir | 574 // CHECK: mhlo.shift_right_logical 576 …%res = "mhlo.shift_right_logical"(%value0, %value1) : (tensor<2x2xi32>, tensor<2x2xi32>) -> tensor…
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/lhlo/ |
D | ops.mlir | 758 …"lmhlo.shift_right_logical"(%arg0, %arg1, %arg_out) : (memref<1xi32>, memref<1xi32>, memref<1xi32>… 766 …"lmhlo.shift_right_logical"(%arg0, %arg1, %arg_out) : (memref<1xf32>, memref<1xf32>, memref<1xf32>…
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 823 let align = Int32.logand (Int32.shift_right_logical a 16) 31l in 831 let stackalign = Int32.logand (Int32.shift_right_logical a 26) 7l in
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/chlo/ |
D | chlo_legalize_to_hlo_broadcasts.mlir | 294 // CHECK: mhlo.shift_right_logical %arg0, %arg1
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/lhlo/IR/ |
D | lhlo_ops.td | 490 def LHLO_ShiftRightLogicalOp : LHLO_BinaryElementwiseOp<"shift_right_logical", LHLO_IntBuffer> {
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | export.mlir | 253 %3 = mhlo.shift_right_logical %arg0, %arg1 : tensor<4xi32>
|
D | import.hlotxt | 1415 // CHECK: mhlo.shift_right_logical [[VAL_0]], [[VAL_1]]
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
D | StablehloOps.td | 624 def StableHLO_ShiftRightLogicalOp : StableHLO_BinaryElementwiseOp<"shift_right_logical",
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | hlo_ops.td | 647 def HLO_ShiftRightLogicalOp : HLO_BinaryElementwiseOp<"shift_right_logical",
|