Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
75a2e95c
提交
75a2e95c
authored
6月 24, 2009
作者:
Olivier Delalleau
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
A few minor fixes in comments
上级
866a2a57
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
5 行增加
和
4 行删除
+5
-4
function_module.py
theano/compile/function_module.py
+5
-4
没有找到文件。
theano/compile/function_module.py
浏览文件 @
75a2e95c
...
...
@@ -215,7 +215,7 @@ class Function(object):
self
.
return_none
=
return_none
self
.
maker
=
maker
#
we'll be popping stuff off this `containers` object. It's a copy
#
We will be popping stuff off this `containers` object. It is a copy.
containers
=
list
(
self
.
input_storage
)
finder
=
{}
inv_finder
=
{}
...
...
@@ -696,11 +696,11 @@ class FunctionMaker(object):
(
i
.
value
!=
None
and
not
isinstance
(
i
.
value
,
gof
.
Container
)
and
i
.
update
==
None
)
for
i
in
self
.
inputs
]
def
create
(
self
,
input_storage
=
None
,
trustme
=
False
):
def
create
(
self
,
input_storage
=
None
,
trustme
=
False
):
"""
Create a function.
defaults
-> a list matching the inputs list and providing default values
input_storage
-> a list matching the inputs list and providing default values
if the default for an input is None, then that input is a
required input. For an input with an update, the default
acts as initialization.
...
...
@@ -724,7 +724,8 @@ class FunctionMaker(object):
if
isinstance
(
input_storage_i
,
gof
.
Container
):
# If the default is a gof.Container and it is an implicit
# input, this means we want to share the same storage. This is
# done by appending default.storage to input_storage_lists
# done by appending input_storage_i.storage to
# input_storage_lists.
if
indices
is
not
None
:
raise
TypeError
(
"Cannot take a Container instance as default for a SymbolicInputKit."
)
input_storage_lists
.
append
(
input_storage_i
.
storage
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论