Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
445429ba
提交
445429ba
authored
2月 24, 2010
作者:
James Bergstra
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Small changes to docs to make rst errors go away
上级
e504b1c3
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
8 行增加
和
10 行删除
+8
-10
printing.txt
doc/library/printing.txt
+6
-4
basic.txt
doc/library/tensor/basic.txt
+1
-1
conv.txt
doc/library/tensor/nnet/conv.txt
+0
-4
index.txt
doc/library/tensor/signal/index.txt
+1
-1
没有找到文件。
doc/library/printing.txt
浏览文件 @
445429ba
...
@@ -71,9 +71,7 @@ iteration number or other kinds of information in the name.
...
@@ -71,9 +71,7 @@ iteration number or other kinds of information in the name.
To make graphs legible, :func:`pp` hides some Ops that are actually in the graph. For example,
To make graphs legible, :func:`pp` hides some Ops that are actually in the graph. For example,
automatic DimShuffles are not shown.
automatic DimShuffles are not shown.
2) The second fonction to print a graph is :func:`theano.printing.debugprint`(Variable, depth=-1)
2) The second function to print a graph is :func:`theano.printing.debugprint(variable_or_function, depth=-1)`
You can use it on graph variables and compiled functions.
>>> theano.printing.debugprint(f.maker.env.outputs[0])
>>> theano.printing.debugprint(f.maker.env.outputs[0])
Elemwise{mul,no_inplace} 46950805397392
Elemwise{mul,no_inplace} 46950805397392
...
@@ -172,6 +170,10 @@ Reference
...
@@ -172,6 +170,10 @@ Reference
running the function will print the value that `x` takes in the graph.
running the function will print the value that `x` takes in the graph.
.. autofunction:: theano.printing.pp
.. function:: theano.printing.pp(*args)
TODO
.. autofunction:: theano.printing.debugprint
.. autofunction:: theano.printing.debugprint
doc/library/tensor/basic.txt
浏览文件 @
445429ba
...
@@ -767,7 +767,7 @@ Condition
...
@@ -767,7 +767,7 @@ Condition
.. function:: clip(x, min, max)
.. function:: clip(x, min, max)
Return a variable representing x, but with all elements greater than
Return a variable representing x, but with all elements greater than
`max` clipped to `max` and all elements less than `min` clipped to `min.
`max` clipped to `max` and all elements less than `min` clipped to `min
`
.
Normal broadcasting rules apply to each of `x`, `min`, and `max`.
Normal broadcasting rules apply to each of `x`, `min`, and `max`.
...
...
doc/library/tensor/nnet/conv.txt
浏览文件 @
445429ba
...
@@ -14,7 +14,3 @@ TODO: Give examples for how to use these things! They are pretty complicated.
...
@@ -14,7 +14,3 @@ TODO: Give examples for how to use these things! They are pretty complicated.
.. autofunction:: theano.tensor.nnet.conv.conv2d
.. autofunction:: theano.tensor.nnet.conv.conv2d
.. function:: fft(*todo)
[James has some code for this, but hasn't gotten it into the source tree yet.]
doc/library/tensor/signal/index.txt
浏览文件 @
445429ba
.. _libdoc_tensor:
.. _libdoc_tensor
_signal
:
=====================================================
=====================================================
:mod:`signal` -- Signal Processing
:mod:`signal` -- Signal Processing
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论