提交 070653b8 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Add comment

上级 aaf2e9bd
......@@ -158,6 +158,8 @@ class Scalar(Type):
def c_headers(self):
l = ['<math.h>']
# These includes are needed by Scalar and TensorType,
# we declare them here and they will be re-used by TensorType
l.append('<numpy/arrayobject.h>')
l.append('<numpy/arrayscalars.h>')
if config.lib.amdlibm:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论