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 98373d2 commit c005498Copy full SHA for c005498
docs/api/paddle/sparse/nn/SubmConv2D_cn.rst
@@ -20,7 +20,7 @@ SubmConv2D
20
21
- :math:`X` : 输入值, NDHWC 格式的 Tencer。
22
- :math:`W` : 卷积核值, NDHWC 格式的 Tencer。
23
- - :math:`\\ast` : 子流形卷积运算, 参考论文: https://arxiv.org/abs/1706.01307。
+ - :math:`\\ast` : 子流形卷积运算, 参考论文: `Submanifold Sparse Convolutional Networks <https://arxiv.org/abs/1706.01307>`_ 。
24
- :math:`b` : 偏置值, 形状为[M]的 1-D Tencer。
25
- :math:`Out` : 输出值, :math:`Out` 和 :math:`X` 的形状可能不同。
26
0 commit comments