提交 d498d93c 编写于 作者: W wanghaoshuang

Fix comments and remove param_attr

上级 1ee30862
...@@ -2286,17 +2286,15 @@ def transpose(x, perm, name=None): ...@@ -2286,17 +2286,15 @@ def transpose(x, perm, name=None):
return out return out
def im2sequence(input, def im2sequence(input, filter_size=1, stride=1, padding=0, name=None):
filter_size=1,
stride=1,
padding=0,
name=None,
layer_attr=None):
""" """
This op use filter to scan images and convert these images to sequences. Extracts image patches from the input tensor to form a tensor of shape
After expanding, the number of time step are output_height * output_width {input.batch_size * output_height * output_width, filter_size_H *
for an image, in which output_height and output_width are calculated filter_size_W * input.channels} which is similar with im2col.
by below equation: This op use filter / kernel to scan images and convert these images to
sequences. After expanding, the number of time step are
output_height * output_width for an image, in which output_height and
output_width are calculated by below equation:
.. math:: .. math::
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册