提交 8320eac8 authored 作者: Vincent Dumoulin's avatar Vincent Dumoulin

Update docstring

上级 ddf0047a
...@@ -178,7 +178,8 @@ def conv2d_transpose(input, filters, output_shape, filter_shape=None, ...@@ -178,7 +178,8 @@ def conv2d_transpose(input, filters, output_shape, filter_shape=None,
``conv2d``.** ``conv2d``.**
output_shape: tuple/list of len 4 of int or Constant variable output_shape: tuple/list of len 4 of int or Constant variable
The shape of the output of ``conv2d_transpose``. The shape of the output of ``conv2d_transpose``. The last two elements
are allowed to be ``tensor.scalar`` variables.
filter_shape: None, tuple/list of len 4 of int or Constant variable filter_shape: None, tuple/list of len 4 of int or Constant variable
The shape of the filters parameter. The shape of the filters parameter.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论