提交 533f5dab authored 作者: Iban Harlouchet's avatar Iban Harlouchet

Fixed Returns.

上级 bacd93af
...@@ -244,6 +244,7 @@ class NVCC_compiler(Compiler): ...@@ -244,6 +244,7 @@ class NVCC_compiler(Compiler):
Returns Returns
------- -------
module
Dynamically-imported python module of the compiled code. Dynamically-imported python module of the compiled code.
(unless py_module is False, in that case returns None.) (unless py_module is False, in that case returns None.)
......
...@@ -1116,6 +1116,7 @@ class GpuCAReduceCuda(HideC, CAReduceDtype): ...@@ -1116,6 +1116,7 @@ class GpuCAReduceCuda(HideC, CAReduceDtype):
Returns Returns
------- -------
str
C code to reduce left and right, assigning the result to left. C code to reduce left and right, assigning the result to left.
""" """
......
...@@ -279,6 +279,7 @@ class GpuIncSubtensor(IncSubtensor): ...@@ -279,6 +279,7 @@ class GpuIncSubtensor(IncSubtensor):
Returns Returns
------- -------
str
C code expression to make a copy of x. C code expression to make a copy of x.
Notes Notes
...@@ -344,6 +345,7 @@ class GpuIncSubtensor(IncSubtensor): ...@@ -344,6 +345,7 @@ class GpuIncSubtensor(IncSubtensor):
Returns Returns
------- -------
str
C code expression to copy source into view, and 0 on success. C code expression to copy source into view, and 0 on success.
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论