Skip to content

Commit 75fb14f

Browse files
author
Willow Ahrens
committed
fixes #23
1 parent e471cf0 commit 75fb14f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

spec/latest/index.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ contain the vector's dimension.
8888
Note: a matrix has shape [`number_of_rows`, `number_of_columns`] regardless of whether
8989
the format orientation is row-wise or column-wise.
9090

91+
Fill {#key_fill}
92+
--------------------
93+
The `fill` key may be present. If the `fill` key is present, it shall have a
94+
boolean value. If the value is true, it signifies the presence of a `fill_value`
95+
array, whose single element defines the fill (zero) value of the sparse tensor,
96+
or the value of the array at indices not otherwise specified by the sparse
97+
tensor structure.
9198

9299
Format {#key_format}
93100
--------------------
@@ -306,7 +313,7 @@ Example of a CSR Matrix whose values are all 7.
306313

307314
```json
308315
{
309-
"format": "iso[CSR]",
316+
"format": "iso\[CSR]",
310317
"shape": [5, 5],
311318
"data_types": {
312319
"pointers_0": "uint64",

0 commit comments

Comments
 (0)