Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
9d0544f7
提交
9d0544f7
authored
12月 06, 2010
作者:
Frederic Bastien
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
doc: better formating by respecting RST syntax.
上级
83a31fce
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
9 行增加
和
7 行删除
+9
-7
core_development_guide.txt
doc/core_development_guide.txt
+7
-7
ctype.txt
doc/extending/ctype.txt
+2
-0
没有找到文件。
doc/core_development_guide.txt
浏览文件 @
9d0544f7
...
@@ -8,13 +8,13 @@ some of them might be outdated though:
...
@@ -8,13 +8,13 @@ some of them might be outdated though:
* :ref:`theano_type` -- tutorial for writing a new type in Theano. It introduces the
* :ref:`theano_type` -- tutorial for writing a new type in Theano. It introduces the
basics concerning Theano datatypes
basics concerning Theano datatypes
* :ref:`theano_ctype` -- tutorial on how to make your type C friendly.
* :ref:`theano_ctype` -- tutorial on how to make your type C friendly.
* :ref:`views_and_inplace` -- this is somewhere between extending theano and
* :ref:`views_and_inplace` -- this is somewhere between extending theano and
describing how theano works internally; it talks about views and inplace
describing how theano works internally; it talks about views and inplace
operations
operations
* :ref:`optimization` -- tutorial on how optimization work in Theano
* :ref:`optimization` -- tutorial on how optimization work in Theano
...
@@ -25,18 +25,18 @@ operations
...
@@ -25,18 +25,18 @@ operations
* :ref:`unittest` -- tutorial on how to use unittest in testing Theano
* :ref:`unittest` -- tutorial on how to use unittest in testing Theano
* :ref:`sandbox_broadcasting` -- short description of what a broadcastable
* :ref:`sandbox_broadcasting` -- short description of what a broadcastable
pattern is
pattern is
* :ref:`sandbox_debugging_step_mode` -- how to step through the execution of
* :ref:`sandbox_debugging_step_mode` -- how to step through the execution of
a thenao function and print the inputs and outputs of each op
a thenao function and print the inputs and outputs of each op
* :ref:`sandbox_elemwise` -- description of element wise operations
* :ref:`sandbox_elemwise` -- description of element wise operations
* :ref:`sandbox_maxgotcha` -- describes the difference between numpy.max and
* :ref:`sandbox_maxgotcha` -- describes the difference between numpy.max and
python max (something to consider when using max)
python max (something to consider when using max)
* :ref:`sandbox_randnb` -- description of how Theano deals with random
* :ref:`sandbox_randnb` -- description of how Theano deals with random
numbers
numbers
* :ref:`sparse` -- description of how the sparse type in Theano
* :ref:`sparse` -- description of how the sparse type in Theano
doc/extending/ctype.txt
浏览文件 @
9d0544f7
...
@@ -125,6 +125,7 @@ Defining the methods
...
@@ -125,6 +125,7 @@ Defining the methods
.. If you modify this code, also change :
.. If you modify this code, also change :
.. theano/tests/test_tutorial.py:T_extending.test_extending_2
.. theano/tests/test_tutorial.py:T_extending.test_extending_2
**c_declare**
**c_declare**
.. code-block:: python
.. code-block:: python
...
@@ -225,6 +226,7 @@ API) and we put it in our double variable that we declared previously.
...
@@ -225,6 +226,7 @@ API) and we put it in our double variable that we declared previously.
.. If you modify this code, also change :
.. If you modify this code, also change :
.. theano/tests/test_tutorial.py:T_extending.test_extending_2
.. theano/tests/test_tutorial.py:T_extending.test_extending_2
**c_sync**
**c_sync**
.. code-block:: python
.. code-block:: python
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论