Skip to content

Commit

Permalink
fix constraint references in input/output tables
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed Apr 8, 2023
1 parent 70f3543 commit a8f3ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,13 +575,13 @@ Performs element-wise addition of two tensors `lhs` and `rhs` and produces a
| Label | Name | Type | Constraints |
|-------|-------|--------|-------------|
| (I1) | `lhs` | tensor | (C1)-(C6) |
| (I2) | `rhs` | tensor | (C1)-(C6) |
| (I2) | `rhs` | tensor | (C1)-(C3) |

#### Outputs

| Name | Type | Constraints |
|----------|--------|-------------|
| `result` | tensor | (C1)-(C6) |
| `result` | tensor | (C1)-(C3) |

#### Constraints

Expand Down

0 comments on commit a8f3ef1

Please sign in to comment.