We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe3f0f commit eafff99Copy full SHA for eafff99
stablehlo/docs/spec.md
@@ -5593,8 +5593,7 @@ undefined.
5593
#### Constraints
5594
5595
* (C1) `same(shape(inputs...))`.
5596
-* (C2) `rank(inputs[0]) = size(update_window_dims) + size(inserted_window_dims)
5597
- + size(input_batching_dims)`.
+* (C2) `rank(inputs[0]) = size(update_window_dims) + size(inserted_window_dims) + size(input_batching_dims)`.
5598
* (C3) `same(shape(updates...))`.
5599
* (C4) `shape(updates[0]) = combine(update_scatter_dim_sizes,
5600
update_window_dim_sizes)` where:
0 commit comments