[onert] Stridedslice supports rank 5 input and int32 dtype for begin,end,stride.#15187
[onert] Stridedslice supports rank 5 input and int32 dtype for begin,end,stride.#15187chunseoklee merged 5 commits intoSamsung:masterfrom
Conversation
- StridedSlice now supports rank 5 input tensor. - StridedSlice now supports int32 dtype for begin, end, strides. ONE-DCO-1.0-Signed-off-by: Seockho Kim seockho.kim@samsung.com
ONE-DCO-1.0-Signed-off-by: Seockho Kim seockho.kim@samsung.com
ONE-DCO-1.0-Signed-off-by: Seockho Kim seockho.kim@samsung.com
|
@seockho-kim Please add 1 positive test. Am I missing something ? |
I've searched existing test code to add test 5 dimensions in StridedSlice, but I couldn't find. |
Any reason not to create StridedSlice test with 5-d input ? AFAIU, you have at least target model with this type op ?
Yes. |
OK, I'll create StridedSlice test for 5D input. |
- To test 5D input, testcases are added. ONE-DCO-1.0-Signed-off-by: Seockho Kim seockho.kim@samsung.com
To test StridedSlice 5d input case, tests added to nnfw api test. ONE-DCO-1.0-Signed-off-by: Seockho Kim seockho.kim@samsung.com
for #15186