Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 4fc8600

Browse files
authored
Fix an image's path.
1 parent 3574458 commit 4fc8600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/20200519-csr-sparse-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ D_csr = csr.concat([A_csr, B_csr, C_csr], axis=1)
209209

210210
There are CSRSparseMatrix classes on both C++ and Python sides. The C++ CSRSparseMatrix object is stored as a blob in TensorFlow’s Variant tensor. The Python CSRSparseMatrix class is a wrapper of the Variant tensor with some basic matrix manipulation functions such as conversions. The figure below shows the relationship between both classes.
211211

212-
![CSRSparseMatrix classes](2019-05-19-csr-sparse-matrix/classes.png)
212+
![CSRSparseMatrix classes](20200519-csr-sparse-matrix/classes.png)
213213

214214

215215
### C++ Layer

0 commit comments

Comments
 (0)