We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
take
1 parent d8b3025 commit 29cf75bCopy full SHA for 29cf75b
dpctl/tensor/_indexing_functions.py
@@ -41,7 +41,7 @@ def _get_indexing_mode(name):
41
42
43
def take(x, indices, /, *, axis=None, out=None, mode="wrap"):
44
- """take(x, indices, axis=None, mode="wrap")
+ """take(x, indices, axis=None, out=None, mode="wrap")
45
46
Takes elements from an array along a given axis at given indices.
47
0 commit comments