提交 7b50b3dc authored 作者: John Salvatier's avatar John Salvatier

added back dtype lists and use of advancedsubtensor1

上级 de856a5b
...@@ -52,6 +52,9 @@ complex_dtypes = map(str, scal.complex_types) ...@@ -52,6 +52,9 @@ complex_dtypes = map(str, scal.complex_types)
continuous_dtypes = map(str, scal.continuous_types) continuous_dtypes = map(str, scal.continuous_types)
discrete_dtypes = map(str, scal.discrete_types) discrete_dtypes = map(str, scal.discrete_types)
all_dtypes = map(str, scal.all_types) all_dtypes = map(str, scal.all_types)
int_dtypes = map(str, scal.int_types)
uint_dtypes = map(str, scal.uint_types)
# Do a lazy import of the sparse module # Do a lazy import of the sparse module
sparse_module_ref = None sparse_module_ref = None
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论