Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensor to np.array and np.array to Tensor #8

Open
nstair opened this issue Jul 11, 2023 · 0 comments
Open

Tensor to np.array and np.array to Tensor #8

nstair opened this issue Jul 11, 2023 · 0 comments
Assignees

Comments

@nstair
Copy link
Owner

nstair commented Jul 11, 2023

We need some functions (in the c++ layer) that copy the data (and shape and strides) from a numpy array to our tensor object (and vice versa). This doens't need to be super efficient at the moment, but will be really nice for debugging and testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants