提交 93ffd843 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

fixed type introduced in last commit

上级 b2abbe89
......@@ -548,14 +548,13 @@ dimensions, see :meth:`_tensor_py_operators.dimshuffle`
:type n_ones: int
:type n_ones: number of dimension to be added to `x`
.. function:: unbroadcast(x, *axes):
.. function:: unbroadcast(x, *axes)
Make `x` impossible to broadcast in the specified axes `axes`. For
example, `unbroadcast(x,0)` will make the first dimension of `x`
unbroadcastable.
.. function:: addbroadcast(x, *axes):
.. function:: addbroadcast(x, *axes)
Make `x` broadcastable in the specified axes `axes`. For
example, `unbroadcast(x,0)` will make the first dimension of `x`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论