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

doc: add an in-memory tensor data example #137

Merged
merged 4 commits into from
Sep 20, 2024
Merged

Conversation

abrown
Copy link
Contributor

@abrown abrown commented Sep 19, 2024

This should make it more obvious how to construct and then fill a tensor from in-memory data. Still unresolved: it would be nice to have all the lifetimes wired up so that we can avoid a copy over to the C++ side, but that is left open for now.

Copy link
Contributor

@rahulchaphalkar rahulchaphalkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@abrown abrown merged commit 7ef481c into intel:main Sep 20, 2024
15 checks passed
@abrown abrown deleted the doc-tensor branch September 20, 2024 15:48
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

Successfully merging this pull request may close these issues.

2 participants