Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed Jul 20, 2022
1 parent c1e138f commit f1b3200
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Tensor.idr
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,7 @@ namespace MultiSlice
slice {shape=(_ :: _)} (DynamicIndex _ :: xs) = slice xs

||| Slice or index `Tensor` axes. Each axis can either be sliced or indexed (or unaltered), and
||| this can be done with either static (`Nat`) or dynamic (`Tensor [] U64`) indices. Static and
||| dynamic slicing are specified in different ways. Slices, indices, static and dynamic can be
||| mixed arbitrarily in any given call to `slice`.
||| this can be done with either static (`Nat`) or dynamic (`Tensor [] U64`) indices.
|||
||| **Static indices**
|||
Expand Down

0 comments on commit f1b3200

Please sign in to comment.