ONE icon indicating copy to clipboard operation
ONE copied to clipboard

[onert] In-place Reshape and ExpandDims operation

Open hseok-oh opened this issue 10 months ago • 2 comments

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 avatar Apr 04 '24 02:04 hseok-oh