Home
last modified time | relevance | path

Searched refs:shift_right_arithmetic (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/mlir/test/Dialect/SPIRV/Serialization/
Dbit-ops.mlir48 …spv.func @shift_right_arithmetic(%arg0: vector<4xi32>, %arg1 : vector<4xi8>) -> vector<4xi32> "Non…
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dhlo-legalize-to-lhlo.mlir410 // CHECK-LABEL: func @shift_right_arithmetic
411 func @shift_right_arithmetic(%lhs: tensor<2x2xi32>, %rhs: tensor<2x2xi32>)
413 %result = "mhlo.shift_right_arithmetic"(%lhs, %rhs)
415 // CHECK: "lmhlo.shift_right_arithmetic"(%{{.*}}, %{{.*}})
Dchlo_legalize_to_hlo_broadcasts.mlir212 // CHECK: mhlo.shift_right_arithmetic %arg0, %arg1
Dhlo-legalize-to-linalg.mlir839 func @shift_right_arithmetic(%lhs: tensor<2x2xi32>,
841 %result = "mhlo.shift_right_arithmetic"(%lhs, %rhs)
845 // CHECK-LABEL: func @shift_right_arithmetic
Dlhlo_ops.mlir721 …"lmhlo.shift_right_arithmetic"(%arg0, %arg1, %arg_out) : (memref<1xi32>, memref<1xi32>, memref<1xi…
729 …"lmhlo.shift_right_arithmetic"(%arg0, %arg1, %arg_out) : (memref<1xf32>, memref<1xf32>, memref<1xf…
/external/tensorflow/tensorflow/compiler/tests/
Dxla_ops_test.py117 xla.shift_right_arithmetic,
122 xla.shift_right_arithmetic,
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py203 shift_right_arithmetic = _broadcasting_binary_op(_shift_right_arithmetic_helper) variable
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf-binary-elementwise.mlir130 // CHECK: mhlo.shift_right_arithmetic %arg0, %arg1 : tensor<4xi32>
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/
Dops.mlir558 // CHECK: lmhlo.shift_right_arithmetic
561 …%res = "mhlo.shift_right_arithmetic"(%value0, %value1) : (tensor<2x2xi32>, tensor<2x2xi32>) -> ten…
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dlhlo_ops.td191 def LHLO_ShiftRightArithmeticOp : LHLO_BinaryElementwiseOp<"shift_right_arithmetic", LHLO_IntBuffer…
Dhlo_ops.td357 def HLO_ShiftRightArithmeticOp : HLO_BinaryElementwiseOp<"shift_right_arithmetic",
/external/llvm-project/mlir/test/Dialect/SPIRV/
Dops.mlir1021 func @shift_right_arithmetic(%arg0: vector<4xi32>, %arg1 : vector<4xi8>) -> vector<4xi32> {
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dexport.mlir117 %2 = mhlo.shift_right_arithmetic %arg0, %arg1 : tensor<4xi32>
Dimport.hlotxt976 // CHECK: mhlo.shift_right_arithmetic [[VAL_0]], [[VAL_1]]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dlegalize_hlo.mlir214 %0 = mhlo.shift_right_arithmetic %arg0, %arg1 : tensor<4xi32>