Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3313250

Browse files
authored
Fix glitch in documentation for the split operation. (keras-team#18848)
The documentation for the `indices_or_sections` argument appeared twice.
1 parent 86a2ed7 commit 3313250

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

keras/ops/numpy.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4814,9 +4814,6 @@ def split(x, indices_or_sections, axis=0):
48144814
48154815
Args:
48164816
x: Input tensor.
4817-
indices_or_sections: Either an integer indicating the number of
4818-
sections along `axis` or a list of integers indicating the indices
4819-
along `axis` at which the tensor is split.
48204817
indices_or_sections: If an integer, N, the tensor will be split into N
48214818
equal sections along `axis`. If a 1-D array of sorted integers,
48224819
the entries indicate indices at which the tensor will be split

0 commit comments

Comments
 (0)