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

Revert "Update comment"

This reverts commit d236fb4c.
上级 5363df2d
...@@ -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: NULL mean any dtype is acceptable. # dtype: we pass NULL to say any dtype is acceptable, so the existing
# We force the dtype to try to fix a Windows problem. # dtype will be copied
# 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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论