Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed Jul 13, 2024
1 parent 2b11ded commit 5e3a851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spidr/src/Tensor.idr
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,11 @@ assert False e _ = Left e
namespace Subset
public export
data InvalidSubsetError =
||| The number of dimensions requested and found
OutOfBounds Nat Nat
||| The number of dimensions requested and found (in that order)
OutOfBounds Nat Nat

||| The number of unaccounted-for axes
TooManyAxes Nat
||| The number of unaccounted-for axes
| TooManyAxes Nat

||| The shape of a tensor produced by slicing with the specified multi-dimensional slice. See
||| `Tensor.slice` for details.
Expand Down

0 comments on commit 5e3a851

Please sign in to comment.