提交 07e7b99e authored 作者: Sina Honari's avatar Sina Honari

Changing the docs in doc/library/tensor/basic.txt

上级 b2cce6d8
.. currentmodule:: tensor .. currentmodule:: theano.tensor
.. _libdoc_basic_tensor: .. _libdoc_basic_tensor:
...@@ -583,11 +583,11 @@ dimensions, see :meth:`_tensor_py_operators.dimshuffle`. ...@@ -583,11 +583,11 @@ dimensions, see :meth:`_tensor_py_operators.dimshuffle`.
:type n_ones: int :type n_ones: int
:type n_ones: number of dimension to be added to `x` :type n_ones: number of dimension to be added to `x`
.. autofunction:: theano.tensor.basic.unbroadcast .. autofunction:: unbroadcast(x, *axes)
.. autofunction:: theano.tensor.basic.addbroadcast .. autofunction:: addbroadcast(x, *axes)
.. autofunction:: theano.tensor.basic.patternbroadcast .. autofunction:: patternbroadcast(x, broadcastable)
.. function:: flatten(x, outdim=1) .. function:: flatten(x, outdim=1)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论