提交 43b9202d 编写于 作者: Z ZhenWang

test=develop

上级 1f0fa675
...@@ -6993,7 +6993,7 @@ def swish(x, beta=1.0, name=None): ...@@ -6993,7 +6993,7 @@ def swish(x, beta=1.0, name=None):
.. code-block:: python .. code-block:: python
x = fluid.layers.data(name="x", shape=[3,10,32,32], dtype="float32") x = fluid.layers.data(name="x", shape=[3,10,32,32], dtype="float32")
y = fluid.layers.swish(x, beta=1.2) y = fluid.layers.swish(x, beta=2.0)
""" """
helper = LayerHelper('swish', **locals()) helper = LayerHelper('swish', **locals())
out = helper.create_variable_for_type_inference(dtype=x.dtype) out = helper.create_variable_for_type_inference(dtype=x.dtype)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册