File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,6 +88,13 @@ contain the vector's dimension.
8888Note: a matrix has shape [`number_of_rows`, `number_of_columns`] regardless of whether
8989the 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
9299Format {#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",
You can’t perform that action at this time.
0 commit comments