Skip to content

Commit eafff99

Browse files
ZixuanJiangTensorFlow MLIR Team
authored and
TensorFlow MLIR Team
committed
Format one constraint for stablehlo.scatter operation.
PiperOrigin-RevId: 715108619
1 parent 6fe3f0f commit eafff99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stablehlo/docs/spec.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5593,8 +5593,7 @@ undefined.
55935593
#### Constraints
55945594

55955595
* (C1) `same(shape(inputs...))`.
5596-
* (C2) `rank(inputs[0]) = size(update_window_dims) + size(inserted_window_dims)
5597-
+ size(input_batching_dims)`.
5596+
* (C2) `rank(inputs[0]) = size(update_window_dims) + size(inserted_window_dims) + size(input_batching_dims)`.
55985597
* (C3) `same(shape(updates...))`.
55995598
* (C4) `shape(updates[0]) = combine(update_scatter_dim_sizes,
56005599
update_window_dim_sizes)` where:

0 commit comments

Comments
 (0)