提交 c0ce7447 编写于 作者: W wanghaoshuang

Fix.

上级 b93affde
......@@ -6,6 +6,9 @@
Paddle提供了丰富的数学操作,以下列出的数学操作都是对目标张量进行逐元素的操作。其中,如果二元操作的两个输入有不同形状,会先进行 :code:`broadcast`. 部分数学操作还支持数学操作符,比如: :code:`+`, :code:`-`, :code:`*`, :code:`/` 等。数学操作符不仅支持张量,还支持标量。
二元操作
==================
elementwise_add
------------------
......@@ -112,6 +115,10 @@ matmul
API Reference 请参考 :ref:`api_fluid_layers_matmul`
一元操作
==================
exp
------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册