Skip to content

Commit

Permalink
Update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GleasonK committed Sep 27, 2024
1 parent ae8eece commit c5b115b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/generated/stablehlo_passes.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ _Canonicalizes StableHLO operations_
_Canonicalizes dynamic StableHLO ops into static ops._

Replaces dynamic StableHLO ops like DynamicReshapeOp with the corresponding
static counterparts like DynamicReshapeOp to ReshapeOp or
DynamicBroadcastInDim to BroadcastInDim if all the dynamic elements of these
ops are actually constant.
static counterparts like `DynamicReshapeOp` to `ReshapeOp` or
`DynamicBroadcastInDim` to `BroadcastInDim` if all the dynamic elements of =
these ops are actually constants.

```
%c = stablehlo.constant dense<16> : tensor<1xi32>
Expand Down Expand Up @@ -89,7 +89,7 @@ _Pass to transform the IR to be on signless integers._

### `-stablehlo-legalize-composite-to-call`

_Replaces composite ops with a call to their decomposition_
_Replaces composite ops with a call to their decomposition._

Replaces composite ops with a call to their decomposition, e.g. the below:

Expand Down

0 comments on commit c5b115b

Please sign in to comment.