Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
88af5134
提交
88af5134
authored
2月 23, 2015
作者:
Pierre Luc Carrier
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update version of scan's cython code
上级
a0cc7932
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
8 行增加
和
10 行删除
+8
-10
numpy_api_changes.diff
theano/scan_module/numpy_api_changes.diff
+0
-2
scan_perform.c
theano/scan_module/scan_perform.c
+6
-6
scan_perform.pyx
theano/scan_module/scan_perform.pyx
+1
-1
scan_perform_ext.py
theano/scan_module/scan_perform_ext.py
+1
-1
没有找到文件。
theano/scan_module/numpy_api_changes.diff
浏览文件 @
88af5134
...
@@ -49,5 +49,3 @@
...
@@ -49,5 +49,3 @@
goto __pyx_L0;
goto __pyx_L0;
}
}
__pyx_L3:;
__pyx_L3:;
theano/scan_module/scan_perform.c
浏览文件 @
88af5134
/* Generated by Cython 0.19.2 on Mon Feb 23
08:39:31
2015 */
/* Generated by Cython 0.19.2 on Mon Feb 23
10:17:12
2015 */
#define PY_SSIZE_T_CLEAN
#define PY_SSIZE_T_CLEAN
#ifndef CYTHON_USE_PYLONG_INTERNALS
#ifndef CYTHON_USE_PYLONG_INTERNALS
...
@@ -1529,7 +1529,7 @@ static PyObject *__pyx_pw_6theano_11scan_module_12scan_perform_1get_version(PyOb
...
@@ -1529,7 +1529,7 @@ static PyObject *__pyx_pw_6theano_11scan_module_12scan_perform_1get_version(PyOb
*
*
*
*
* def get_version(): # <<<<<<<<<<<<<<
* def get_version(): # <<<<<<<<<<<<<<
* return 0.28
4
* return 0.28
5
*
*
*/
*/
...
@@ -1545,12 +1545,12 @@ static PyObject *__pyx_pf_6theano_11scan_module_12scan_perform_get_version(CYTHO
...
@@ -1545,12 +1545,12 @@ static PyObject *__pyx_pf_6theano_11scan_module_12scan_perform_get_version(CYTHO
/* "theano/scan_module/scan_perform.pyx":65
/* "theano/scan_module/scan_perform.pyx":65
*
*
* def get_version():
* def get_version():
* return 0.28
4
# <<<<<<<<<<<<<<
* return 0.28
5
# <<<<<<<<<<<<<<
*
*
* @cython.boundscheck(False)
* @cython.boundscheck(False)
*/
*/
__Pyx_XDECREF
(
__pyx_r
);
__Pyx_XDECREF
(
__pyx_r
);
__pyx_t_1
=
PyFloat_FromDouble
(
0
.
28
4
);
if
(
unlikely
(
!
__pyx_t_1
))
{
__pyx_filename
=
__pyx_f
[
0
];
__pyx_lineno
=
65
;
__pyx_clineno
=
__LINE__
;
goto
__pyx_L1_error
;}
__pyx_t_1
=
PyFloat_FromDouble
(
0
.
28
5
);
if
(
unlikely
(
!
__pyx_t_1
))
{
__pyx_filename
=
__pyx_f
[
0
];
__pyx_lineno
=
65
;
__pyx_clineno
=
__LINE__
;
goto
__pyx_L1_error
;}
__Pyx_GOTREF
(
__pyx_t_1
);
__Pyx_GOTREF
(
__pyx_t_1
);
__pyx_r
=
__pyx_t_1
;
__pyx_r
=
__pyx_t_1
;
__pyx_t_1
=
0
;
__pyx_t_1
=
0
;
...
@@ -7547,7 +7547,7 @@ static int __Pyx_InitCachedConstants(void) {
...
@@ -7547,7 +7547,7 @@ static int __Pyx_InitCachedConstants(void) {
*
*
*
*
* def get_version(): # <<<<<<<<<<<<<<
* def get_version(): # <<<<<<<<<<<<<<
* return 0.28
4
* return 0.28
5
*
*
*/
*/
__pyx_k_codeobj_32
=
(
PyObject
*
)
__Pyx_PyCode_New
(
0
,
0
,
0
,
0
,
0
,
__pyx_empty_bytes
,
__pyx_empty_tuple
,
__pyx_empty_tuple
,
__pyx_empty_tuple
,
__pyx_empty_tuple
,
__pyx_empty_tuple
,
__pyx_kp_s_33
,
__pyx_n_s__get_version
,
64
,
__pyx_empty_bytes
);
if
(
unlikely
(
!
__pyx_k_codeobj_32
))
{
__pyx_filename
=
__pyx_f
[
0
];
__pyx_lineno
=
64
;
__pyx_clineno
=
__LINE__
;
goto
__pyx_L1_error
;}
__pyx_k_codeobj_32
=
(
PyObject
*
)
__Pyx_PyCode_New
(
0
,
0
,
0
,
0
,
0
,
__pyx_empty_bytes
,
__pyx_empty_tuple
,
__pyx_empty_tuple
,
__pyx_empty_tuple
,
__pyx_empty_tuple
,
__pyx_empty_tuple
,
__pyx_kp_s_33
,
__pyx_n_s__get_version
,
64
,
__pyx_empty_bytes
);
if
(
unlikely
(
!
__pyx_k_codeobj_32
))
{
__pyx_filename
=
__pyx_f
[
0
];
__pyx_lineno
=
64
;
__pyx_clineno
=
__LINE__
;
goto
__pyx_L1_error
;}
...
@@ -7766,7 +7766,7 @@ PyMODINIT_FUNC PyInit_scan_perform(void)
...
@@ -7766,7 +7766,7 @@ PyMODINIT_FUNC PyInit_scan_perform(void)
*
*
*
*
* def get_version(): # <<<<<<<<<<<<<<
* def get_version(): # <<<<<<<<<<<<<<
* return 0.28
4
* return 0.28
5
*
*
*/
*/
__pyx_t_2
=
PyCFunction_NewEx
(
&
__pyx_mdef_6theano_11scan_module_12scan_perform_1get_version
,
NULL
,
__pyx_n_s_34
);
if
(
unlikely
(
!
__pyx_t_2
))
{
__pyx_filename
=
__pyx_f
[
0
];
__pyx_lineno
=
64
;
__pyx_clineno
=
__LINE__
;
goto
__pyx_L1_error
;}
__pyx_t_2
=
PyCFunction_NewEx
(
&
__pyx_mdef_6theano_11scan_module_12scan_perform_1get_version
,
NULL
,
__pyx_n_s_34
);
if
(
unlikely
(
!
__pyx_t_2
))
{
__pyx_filename
=
__pyx_f
[
0
];
__pyx_lineno
=
64
;
__pyx_clineno
=
__LINE__
;
goto
__pyx_L1_error
;}
...
...
theano/scan_module/scan_perform.pyx
浏览文件 @
88af5134
...
@@ -62,7 +62,7 @@ import copy
...
@@ -62,7 +62,7 @@ import copy
def get_version():
def get_version():
return 0.28
4
return 0.28
5
@cython.boundscheck(False)
@cython.boundscheck(False)
def perform(
def perform(
...
...
theano/scan_module/scan_perform_ext.py
浏览文件 @
88af5134
...
@@ -16,7 +16,7 @@ from theano.gof import cmodule
...
@@ -16,7 +16,7 @@ from theano.gof import cmodule
_logger
=
logging
.
getLogger
(
'theano.scan_module.scan_perform'
)
_logger
=
logging
.
getLogger
(
'theano.scan_module.scan_perform'
)
version
=
0.28
4
# must match constant returned in function get_version()
version
=
0.28
5
# must match constant returned in function get_version()
need_reload
=
False
need_reload
=
False
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论