Home
last modified time | relevance | path

Searched refs:torch_index_select (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_gather_to_torch_index_select.cc117 auto torch_index_select = rewriter.create<TorchIndexSelectOp>( in matchAndRewrite() local
124 torch_index_select); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dhlo-legalize-gather-to-torch-index-select.mlir5 // CHECK: [[TIS:%.+]] = "mhlo.torch_index_select"(%arg0, %arg1) {
18 // CHECK: [[TIS:%.+]] = "mhlo.torch_index_select"(%arg0, %arg1) {
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops.td1287 def HLO_TorchIndexSelectOp : HLO_Op<"torch_index_select", [NoSideEffect]> {
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf.mlir4112 …// CHECK: "mhlo.torch_index_select"(%arg0, %arg1) {batch_dims = 1 : i64, dim = 2 : i64} : (tensor<…
4120 …// CHECK: "mhlo.torch_index_select"(%arg0, %arg1) {batch_dims = 1 : i64, dim = 2 : i64} : (tensor<…