提交 7350f759 authored 作者: Frederic Bastien's avatar Frederic Bastien

added a link in the doc.

上级 0784d26a
...@@ -10,6 +10,8 @@ Currently shape informations are used for 2 things in Theano: ...@@ -10,6 +10,8 @@ Currently shape informations are used for 2 things in Theano:
- When the exact shape is know, we use it to generate faster c code for the 2d convolution on the cpu and gpu. - When the exact shape is know, we use it to generate faster c code for the 2d convolution on the cpu and gpu.
- To remove computation in the graph when we only want to know the shape. - To remove computation in the graph when we only want to know the shape.
This is done with the `Op.infer_shape <http://deeplearning.net/software/theano/extending/cop.html#Op.infer_shape>`_ method.
ex: ex:
.. code-block:: python .. code-block:: python
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论