Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
52433b76
提交
52433b76
authored
9月 29, 2008
作者:
james@crane
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
added headers
上级
101be704
显示空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
111 行增加
和
1 行删除
+111
-1
.hgignore
.hgignore
+1
-0
README.txt
README.txt
+15
-0
DevStartGuide.txt
doc/DevStartGuide.txt
+18
-0
header.txt
doc/header.txt
+17
-0
index.txt
doc/index.txt
+19
-0
n00b.txt
doc/n00b.txt
+18
-0
gen_oplist.py
gen_oplist.py
+5
-0
gen_typelist.py
gen_typelist.py
+5
-1
index.txt
index.txt
+13
-0
没有找到文件。
.hgignore
浏览文件 @
52433b76
...
...
@@ -3,6 +3,7 @@ syntax: glob
*~
\#*\#
doc/oplist.txt
doc/typelist.txt
compiled/*.cpp
cutils_ext.cpp
html
...
...
README.txt
浏览文件 @
52433b76
...
...
@@ -194,3 +194,18 @@ Getting Help
If these installation instructions don't work, search the theano-users archive for similar cases. If you don't find a solution, write to theano-users and explain the situation.
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. _README: README.html
.. _Download: README.html#downloading-theano
.. _Documentation: doc/index.html
.. _Wiki: http://pylearn.org/theano
.. _TRAC: http://trac.edgewall.org/
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
doc/DevStartGuide.txt
浏览文件 @
52433b76
...
...
@@ -59,3 +59,21 @@ When you install a package, only the package name can be imported directly. If y
.. _epydoc: http://epydoc.sourceforge.net/
.. _basicnumpy: http://lgcm.iro.umontreal.ca/theano/wiki/BasicNumpy
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
.. _README: ../README.html
.. _Download: ../README.html#downloading-theano
.. _Documentation: index.html
.. _Wiki: http://pylearn.org/theano
.. _TRAC: http://trac.edgewall.org/
doc/header.txt
0 → 100644
浏览文件 @
52433b76
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
.. _README: ../README.html
.. _Download: ../README.html#downloading-theano
.. _Documentation: index.html
.. _Wiki: http://pylearn.org/theano
.. _TRAC: http://trac.edgewall.org/
doc/index.txt
浏览文件 @
52433b76
...
...
@@ -56,3 +56,22 @@ Hacking Theano
.. _theano-dev: http://groups.google.com/group/theano-dev?pli=1
.. _task list: http://lgcm.iro.umontreal.ca/theano/query?status=accepted&status=assigned&status=new&status=reopened&group=milestone&max=200&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=component&col=time&report=9&order=priority
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
.. _README: ../README.html
.. _Download: ../README.html#downloading-theano
.. _Documentation: index.html
.. _Wiki: http://pylearn.org/theano
.. _TRAC: http://trac.edgewall.org/
doc/n00b.txt
浏览文件 @
52433b76
...
...
@@ -236,3 +236,21 @@ epydoc documentation.*
code. The question is how to automatically extract the source files and inline
them into this documentation.*
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
.. _README: ../README.html
.. _Download: ../README.html#downloading-theano
.. _Documentation: index.html
.. _Wiki: http://pylearn.org/theano
.. _TRAC: http://trac.edgewall.org/
gen_oplist.py
浏览文件 @
52433b76
...
...
@@ -159,3 +159,8 @@ In the future, this list may distinguish `constructors` that are Op instances fr
ops
,
constructors
=
search_entries
([
scalar
,
sparse
,
tensor
])
print_entries
(
ops
,
constructors
)
print
""
for
line
in
open
(
"doc/header.txt"
):
print
line
[:
-
1
]
gen_typelist.py
浏览文件 @
52433b76
...
...
@@ -5,7 +5,7 @@ from gen_oplist import print_title, print_hline
if
__name__
==
'__main__'
:
print_title
(
"Type List"
,
"~"
,
"~"
)
print
"*THIS PAGE IS A PLACEHOLDER: WRITEME
*"
print
"*THIS PAGE IS A PLACEHOLDER: WRITEME*"
print
""
print_hline
()
...
...
@@ -25,3 +25,7 @@ if __name__ == '__main__':
print
"- tensor.lvector
\n
"
print
"- sparse.??
\n
"
print
""
for
line
in
open
(
"doc/header.txt"
):
print
line
[:
-
1
]
index.txt
浏览文件 @
52433b76
...
...
@@ -103,6 +103,19 @@ The snapshots usually contain *more features* and *fewer bugs* than the
:align: middle
:class: borderless
.. header:: |THEANO| - README_ - Download_ - Documentation_ - Wiki_ - TRAC_
.. _Download: README.html#downloading-theano
.. _Documentation: doc/index.html
.. _Wiki: http://pylearn.org/theano
.. |THEANO| image:: http://lgcm.iro.umontreal.ca/theano/chrome/site/theano_logo.png
:target: http://pylearn.org/auto_theano
:alt: THEANO
:align: top
:class: borderless
:width: 60
:height: 18
..
Local Variables:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论