Skip to content

Commit

Permalink
Slicing
Browse files Browse the repository at this point in the history
Implements Python's slice operator, commonly used in
NumPy indexing.
  • Loading branch information
seanmcl committed Jan 2, 2025
1 parent f82c5cb commit 6b6c404
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 0 deletions.
1 change: 1 addition & 0 deletions TensorLib/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ import TensorLib.Common
import TensorLib.Dtype
import TensorLib.Npy
import TensorLib.Broadcast
import TensorLib.Slice
Loading

0 comments on commit 6b6c404

Please sign in to comment.