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

[onert] In-place Reshape and ExpandDims operation #12836

Open
hseok-oh opened this issue Apr 4, 2024 · 0 comments
Open

[onert] In-place Reshape and ExpandDims operation #12836

hseok-oh opened this issue Apr 4, 2024 · 0 comments
Labels
area/onert ONE runtime

Comments

@hseok-oh
Copy link
Contributor

hseok-oh commented Apr 4, 2024

We are always using memcpy for Reshape and ExpandDims operation.
If these operation's input is used only once and updated shape does not require padding, we can skip copy operation.

For this, we need to modify memory allocation and tensor handling implementation.

@hseok-oh hseok-oh added the area/onert ONE runtime label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/onert ONE runtime
Projects
None yet
Development

No branches or pull requests

1 participant