提交 d99d6d32 authored 作者: Frederic Bastien's avatar Frederic Bastien

make docstring more clear.

上级 6e9ced57
...@@ -3539,10 +3539,11 @@ tilegrad = TileGrad() ...@@ -3539,10 +3539,11 @@ tilegrad = TileGrad()
class Tile(Op): class Tile(Op):
""" """
Construct an array by repeating A the number of times given by reps. Construct an array by repeating the input x according to reps pattern.
Tiles its input according to reps. The len of reps is the number of
dimension of x and contains the number of times to tile x in each dimension.
Tiles its input according to reps. Reps is of same dimension as x
and contains the number of times to tile x in each dimension
:see: `numpy.tile http://docs.scipy.org/doc/numpy/reference/generated/numpy.tile.html`_ :see: `numpy.tile http://docs.scipy.org/doc/numpy/reference/generated/numpy.tile.html`_
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论