We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc61ea4 + 36cd1a8 commit a06f547Copy full SHA for a06f547
1 file changed
spec/latest/index.bs
@@ -88,6 +88,12 @@ contain the vector's dimension.
88
Note: a matrix has shape [`number_of_rows`, `number_of_columns`] regardless of whether
89
the format orientation is row-wise or column-wise.
90
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.
97
98
Format {#key_format}
99
--------------------
0 commit comments