Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
bf1655e4
提交
bf1655e4
authored
11月 23, 2020
作者:
Brandon T. Willard
提交者:
Brandon T. Willard
11月 23, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rename ReplacementDidntRemovedError to ReplacementDidNotRemoveError
上级
d079273a
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
5 行增加
和
5 行删除
+5
-5
__init__.py
theano/gof/__init__.py
+1
-1
toolbox.py
theano/gof/toolbox.py
+2
-2
blas.py
theano/tensor/blas.py
+2
-2
没有找到文件。
theano/gof/__init__.py
浏览文件 @
bf1655e4
...
@@ -48,7 +48,7 @@ from theano.gof.toolbox import (
...
@@ -48,7 +48,7 @@ from theano.gof.toolbox import (
NodeFinder
,
NodeFinder
,
NoOutputFromInplace
,
NoOutputFromInplace
,
PrintListener
,
PrintListener
,
ReplacementDid
ntRemoved
Error
,
ReplacementDid
NotRemove
Error
,
ReplaceValidate
,
ReplaceValidate
,
Validator
,
Validator
,
)
)
...
...
theano/gof/toolbox.py
浏览文件 @
bf1655e4
...
@@ -22,7 +22,7 @@ class AlreadyThere(Exception):
...
@@ -22,7 +22,7 @@ class AlreadyThere(Exception):
"""
"""
class
ReplacementDid
ntRemoved
Error
(
Exception
):
class
ReplacementDid
NotRemove
Error
(
Exception
):
"""
"""
This exception should be thrown by replace_all_validate_remove
This exception should be thrown by replace_all_validate_remove
when an optimization wanted to remove a Variable or a Node from
when an optimization wanted to remove a Variable or a Node from
...
@@ -621,7 +621,7 @@ class ReplaceValidate(History, Validator):
...
@@ -621,7 +621,7 @@ class ReplaceValidate(History, Validator):
file
=
out
,
file
=
out
,
)
)
print
(
reason
,
replacements
,
file
=
out
)
print
(
reason
,
replacements
,
file
=
out
)
raise
ReplacementDid
ntRemoved
Error
()
raise
ReplacementDid
NotRemove
Error
()
def
__getstate__
(
self
):
def
__getstate__
(
self
):
d
=
self
.
__dict__
.
copy
()
d
=
self
.
__dict__
.
copy
()
...
...
theano/tensor/blas.py
浏览文件 @
bf1655e4
...
@@ -150,7 +150,7 @@ from theano.gof import (
...
@@ -150,7 +150,7 @@ from theano.gof import (
InconsistencyError
,
InconsistencyError
,
Op
,
Op
,
Optimizer
,
Optimizer
,
ReplacementDid
ntRemoved
Error
,
ReplacementDid
NotRemove
Error
,
SequenceDB
,
SequenceDB
,
local_optimizer
,
local_optimizer
,
view_roots
,
view_roots
,
...
@@ -1535,7 +1535,7 @@ class GemmOptimizer(Optimizer):
...
@@ -1535,7 +1535,7 @@ class GemmOptimizer(Optimizer):
# TODO: retry other applications of gemm (see comment
# TODO: retry other applications of gemm (see comment
# in _gemm_from_node)
# in _gemm_from_node)
nb_inconsistency_replace
+=
1
nb_inconsistency_replace
+=
1
except
ReplacementDid
ntRemoved
Error
:
except
ReplacementDid
NotRemove
Error
:
nb_replacement_didn_t_remove
+=
1
nb_replacement_didn_t_remove
+=
1
self
.
warned
=
True
self
.
warned
=
True
fgraph
.
remove_feature
(
u
)
fgraph
.
remove_feature
(
u
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论