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