提交 cd602735 authored 作者: Frederic's avatar Frederic

DOC: more clear

上级 42049ba4
...@@ -2717,12 +2717,14 @@ def true_dot(x, y, grad_preserves_dense=True): ...@@ -2717,12 +2717,14 @@ def true_dot(x, y, grad_preserves_dense=True):
one or all operands is sparse. Supported format are CSC and CSR. one or all operands is sparse. Supported format are CSC and CSR.
The output of the operation is sparse. The output of the operation is sparse.
:param x: Matrix variable. :param x: Sparse matrix or 2d tensor variable.
:param y: Matrix variable. :param y: Sparse matrix or 2d tensor variable.
:param grad_preserves_dense: if True and one on the input is dense, :param grad_preserves_dense: if True and one on the input is dense,
make the output dense. make the grad dense on that input.
:return: The dot product `x`.`y` in a sparse format. :return: The dot product `x`.`y` in a sparse format.
:note: one of ``x`` or ``y`` must be sparse.
""" """
# TODO # TODO
# Maybe the triple-transposition formulation # Maybe the triple-transposition formulation
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论