未验证 提交 529d6354 编写于 作者: W wawltor 提交者: GitHub

fix the pow doc bug (#1861)

Fix the pow doc bug, change the pow parameter from 2.0 to 3.0
上级 ee069281
......@@ -38,7 +38,7 @@ pow
# example 2: argument factor is Variable
factor_tensor = fluid.layers.fill_constant([1], "float32", 3.0)
y_2 = fluid.layers.pow(x, factor=factor_tensor)
# y_2 is x^{2.0}
# y_2 is x^{3.0}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册