提交 6c433b9d authored 作者: Ian Goodfellow's avatar Ian Goodfellow

fixed spelling mistakes in docstring

上级 6c696462
...@@ -672,7 +672,7 @@ class CSM(gof.Op): ...@@ -672,7 +672,7 @@ class CSM(gof.Op):
the sparse matrix. Fancy indexing with numpy.ndarray the sparse matrix. Fancy indexing with numpy.ndarray
should be used for this purpose. should be used for this purpose.
:param data: One dimensionnal tensor representing :param data: One dimensional tensor representing
the data of the sparse to construct. the data of the sparse to construct.
:param indices: One dimensional tensor of integers :param indices: One dimensional tensor of integers
representing the indices of the sparse representing the indices of the sparse
...@@ -680,7 +680,7 @@ class CSM(gof.Op): ...@@ -680,7 +680,7 @@ class CSM(gof.Op):
:param indptr: One dimensional tensor of integers :param indptr: One dimensional tensor of integers
representing the indice pointer for representing the indice pointer for
the sparse matrix to construct. the sparse matrix to construct.
:param shape: One dimensionnal tensor of integers :param shape: One dimensional tensor of integers
representing the shape of the sparse representing the shape of the sparse
matrix to construct. matrix to construct.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论