We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d8eea commit 357860dCopy full SHA for 357860d
format/Tensor.fbs
@@ -72,7 +72,7 @@ table SparseTensorIndexCOO {
72
/// X[0, 1, 2, 1] := 5
73
/// X[1, 2, 0, 4] := 6
74
///
75
- /// In COO format, the index matrix of X is the following 4x10 matrix:
+ /// In COO format, the index matrix of X is the following 4x6 matrix:
76
77
/// [[0, 0, 0, 0, 1, 1],
78
/// [1, 1, 1, 2, 1, 2],
0 commit comments