Skip to content

Commit

Permalink
Npy file support
Browse files Browse the repository at this point in the history
NumPy uses a custom binary format to store ndarrays.
This file implements that format.
  • Loading branch information
seanmcl committed Jan 2, 2025
1 parent 604a591 commit 995b677
Show file tree
Hide file tree
Showing 2 changed files with 398 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 @@ -6,3 +6,4 @@ Authors: Jean-Baptiste Tristan, Paul Govereau, Sean McLaughlin

import TensorLib.Common
import TensorLib.Dtype
import TensorLib.Npy
Loading

0 comments on commit 995b677

Please sign in to comment.