Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Efficient way to convert a structured numpy array into a 3d array.
This CL uses a more efficient way to convert the numpy structured array removing the need to copy the array into memory as a list. Using `.view()` doesn't seem to change the data buffer and should be more memory efficient. closes #9 PiperOrigin-RevId: 587594128
- Loading branch information