Skip to content

Commit

Permalink
Fix glitch in documentation for the split operation. (#18848)
Browse files Browse the repository at this point in the history
The documentation for the `indices_or_sections` argument appeared twice.
  • Loading branch information
hertschuh authored Nov 29, 2023
1 parent 86a2ed7 commit 3313250
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions keras/ops/numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4814,9 +4814,6 @@ def split(x, indices_or_sections, axis=0):
Args:
x: Input tensor.
indices_or_sections: Either an integer indicating the number of
sections along `axis` or a list of integers indicating the indices
along `axis` at which the tensor is split.
indices_or_sections: If an integer, N, the tensor will be split into N
equal sections along `axis`. If a 1-D array of sorted integers,
the entries indicate indices at which the tensor will be split
Expand Down

0 comments on commit 3313250

Please sign in to comment.