Skip to content

Commit

Permalink
[MHLO] Fix typo in mhlo.dynamic_broadcast_in_dim op argument name
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674045010
  • Loading branch information
abhigunj authored and Google-ML-Automation committed Sep 12, 2024
1 parent dc500e1 commit 6728ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/mlir_hlo/mhlo/IR/hlo_ops.td
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,7 @@ def MHLO_DynamicBroadcastInDimOp : MHLO_ShapedInterfaceOp<
%result = "mhlo.dynamic_broadcast_in_dim"(%operand, %output_dimensions) {
broadcast_dimensions = array<i64: 2, 1>,
known_expanding_dimensions = array<i64: 0>,
known_non_expanding_dimensions = array<i64: 1>
known_nonexpanding_dimensions = array<i64: 1>
} : (tensor<1x3xi64>, tensor<3xi64>) -> tensor<2x3x2xi64>
```
}];
Expand Down

0 comments on commit 6728ca8

Please sign in to comment.