提交 82669eab authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Added tensor.complex_dtypes

上级 ae211861
...@@ -43,6 +43,7 @@ python_complex=complex ...@@ -43,6 +43,7 @@ python_complex=complex
# Define common subsets of dtypes (as strings). # Define common subsets of dtypes (as strings).
int_dtypes = map(str, scal.int_types) int_dtypes = map(str, scal.int_types)
discrete_dtypes = map(str, scal.discrete_types) discrete_dtypes = map(str, scal.discrete_types)
complex_dtypes = map(str, scal.complex_types)
class ShapeError(Exception): class ShapeError(Exception):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论