ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.17k stars 309 forks source link

GATHER: not supported by armnn: in validate_arguments src/core/CL/kernels/CLGatherKernel.cpp:41: indices->num_dimensions() > 1 #679

Closed luchangli03 closed 1 year ago

luchangli03 commented 2 years ago

GATHER: not supported by armnn: in validate_arguments src/core/CL/kernels/CLGatherKernel.cpp:41: indices->num_dimensions() > 1

ArmRyan commented 2 years ago

Hi @luchangli03

Can you provide any more details on the issue? Such as: ArmNN Version, ACL version, TfLite version, System OS, what device is being used, Model information ( can you link the model? ) How are you running the delegate?

Regards, Ryan

luchangli03 commented 2 years ago

ArmNN Version:armnn-22.05.01 TfLite version: 2.15 System OS: android Model information:I can not directly provide the model, but many transformer based NLP models contain gather op.

ArmRyan commented 2 years ago

How many dimensions are trying to get passed in to the indices?

keidav01 commented 1 year ago

Hey @luchangli03

Again, I will close this on October 10th if I do not hear from you.

Thank you, Keith