Searched refs:shift_right_logical (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/mlir/test/Dialect/SPIRV/Serialization/ |
D | bit-ops.mlir | 53 …spv.func @shift_right_logical(%arg0: vector<2xi32>, %arg1 : vector<2xi8>) -> vector<2xi32> "None" {
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | hlo-legalize-to-lhlo.mlir | 421 // CHECK-LABEL: func @shift_right_logical 422 func @shift_right_logical(%lhs: tensor<2x2xi32>, %rhs: tensor<2x2xi32>) 424 %result = "mhlo.shift_right_logical"(%lhs, %rhs) 426 // CHECK: "lmhlo.shift_right_logical"(%{{.*}}, %{{.*}})
|
D | chlo_legalize_to_hlo_broadcasts.mlir | 220 // CHECK: mhlo.shift_right_logical %arg0, %arg1
|
D | hlo-legalize-to-linalg.mlir | 854 func @shift_right_logical(%lhs: tensor<2x2xi32>, 856 %result = "mhlo.shift_right_logical"(%lhs, %rhs) 860 // CHECK-LABEL: func @shift_right_logical
|
D | lhlo_ops.mlir | 737 …"lmhlo.shift_right_logical"(%arg0, %arg1, %arg_out) : (memref<1xi32>, memref<1xi32>, memref<1xi32>… 745 …"lmhlo.shift_right_logical"(%arg0, %arg1, %arg_out) : (memref<1xf32>, memref<1xf32>, memref<1xf32>…
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | xla_ops_test.py | 106 xla.shift_right_logical, 111 xla.shift_right_logical,
|
/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/mlir/xla/tests/hlo_to_lhlo_with_xla/ |
D | ops.mlir | 573 // CHECK: lmhlo.shift_right_logical 576 …%res = "mhlo.shift_right_logical"(%value0, %value1) : (tensor<2x2xi32>, tensor<2x2xi32>) -> tensor…
|
/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/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | lhlo_ops.td | 193 def LHLO_ShiftRightLogicalOp : LHLO_BinaryElementwiseOp<"shift_right_logical", LHLO_IntBuffer>, BAS…
|
D | hlo_ops.td | 360 def HLO_ShiftRightLogicalOp : HLO_BinaryElementwiseOp<"shift_right_logical",
|
/external/llvm-project/mlir/test/Dialect/SPIRV/ |
D | ops.mlir | 1033 func @shift_right_logical(%arg0: vector<2xi32>, %arg1 : vector<2xi8>) -> vector<2xi32> {
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | export.mlir | 120 %3 = mhlo.shift_right_logical %arg0, %arg1 : tensor<4xi32>
|
D | import.hlotxt | 986 // CHECK: mhlo.shift_right_logical [[VAL_0]], [[VAL_1]]
|