提交 a81cce09 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Removed a useless link in dimshuffle documentation.

上级 3436e186
...@@ -463,15 +463,6 @@ TensorVariable ...@@ -463,15 +463,6 @@ TensorVariable
(0, 'x', 1) -> AxB to Ax1xB (0, 'x', 1) -> AxB to Ax1xB
(1, 'x', 0) -> AxB to Bx1xA (1, 'x', 0) -> AxB to Bx1xA
See :func:`dimshuffle`.
(The above link just points back to this paragraph. Maybe whoever
wrote that meant to refer to theano.tensor.DimShuffle)
.. method:: flatten(ndim=1) .. method:: flatten(ndim=1)
Returns a view of this tensor with `ndim` dimensions, whose shape for the first Returns a view of this tensor with `ndim` dimensions, whose shape for the first
...@@ -500,7 +491,7 @@ Shaping and Shuffling ...@@ -500,7 +491,7 @@ Shaping and Shuffling
===================== =====================
To re-order the dimensions of a variable, to insert or remove broadcastable To re-order the dimensions of a variable, to insert or remove broadcastable
dimensions, see :meth:`_tensor_py_operators.dimshuffle` dimensions, see :meth:`_tensor_py_operators.dimshuffle`.
.. function:: shape(x) .. function:: shape(x)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论