Skip to content

Commit

Permalink
tensorcore.Table
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Dec 23, 2024
1 parent 77289e0 commit bf5af6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ type Lister interface {
// SliceIndex returns the logical slice index: si = i + StartIndex,
// the actual value index vi into the slice value (typically = si),
// which can be different if there is an index indirection as in
// tensorcore table.Table), and a bool that is true if the
// tensorcore.Table), and a bool that is true if the
// index is beyond the available data and is thus invisible,
// given the row index provided.
SliceIndex(i int) (si, vi int, invis bool)
Expand Down

0 comments on commit bf5af6b

Please sign in to comment.