Skip to content

Commit a06f547

Browse files
Merge pull request #30 from willow-ahrens/wma/fill-value
Add language to specify fill value
2 parents bc61ea4 + 36cd1a8 commit a06f547

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

spec/latest/index.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ 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 value at indices not specified
96+
by the sparse tensor structure.
9197

9298
Format {#key_format}
9399
--------------------

0 commit comments

Comments
 (0)