提交 d236fb4c authored 作者: Frederic Bastien's avatar Frederic Bastien

Update comment

上级 4997e989
...@@ -1929,8 +1929,8 @@ class AdvancedIncSubtensor1(Op): ...@@ -1929,8 +1929,8 @@ class AdvancedIncSubtensor1(Op):
""" """
# Parameters of PyArrary_FromAny are: # Parameters of PyArrary_FromAny are:
# array # array
# dtype: we pass NULL to say any dtype is acceptable, so the existing # dtype: NULL mean any dtype is acceptable.
# dtype will be copied # We force the dtype to try to fix a Windows problem.
# min_depth: we pass 0 to have this parameter ignored # min_depth: we pass 0 to have this parameter ignored
# max_depth: we pass 0 to have this parameter ignored # max_depth: we pass 0 to have this parameter ignored
# requirements: here we pass NPY_ARRAY_ENSURECOPY to force a copy # requirements: here we pass NPY_ARRAY_ENSURECOPY to force a copy
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论