Skip to content

Commit 8a4dad4

Browse files
author
Willow Ahrens
committed
Merge branch 'wma/fill-value' into wma/levels
2 parents 604cd26 + 75fb14f commit 8a4dad4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

spec/latest/index.bs

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

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

93100
Format {#key_format}
94101
--------------------

0 commit comments

Comments
 (0)