Skip to content

Commit 0649133

Browse files
authored
Typo fix on cholesky op, bool attr is not a 0-d tensor (#2864)
Thanks to @joelberkeley for pointing this out on discord
1 parent 4d20289 commit 0649133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ For quantized types, performs
16121612
| Label | Name | Type | Constraints |
16131613
|-------|---------|-------------------------------------------------------------------------|-------------|
16141614
| (I1) | `a` | tensor of floating-point or complex type or per-tensor quantized tensor | (C1-C3) |
1615-
| (I2) | `lower` | 0-dimensional tensor constant of type `i1` | |
1615+
| (I2) | `lower` | constant of type `i1` | |
16161616

16171617
#### Outputs
16181618

0 commit comments

Comments
 (0)