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

fixed spelling mistakes in docstring

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