Ryan OShea

Results 21 comments of Ryan OShea

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...

Hi @Shelton-N This is an unsupported operator with the ONNX Parser. I have created an internal ticket to add support but I can not give any estimated time on when...

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...

Hi @kylesayrs , CpuAcc requires ACL library to work. Is it possible to include ACL 22.05 in your build?

Hi @avirn , Can you provide more info on the issue? What ArmNN version and what TfLite version are you using? Can you share the cmake command used to build?...

Hi @avirn , I built the delegate and armnn v22.05.1 using the cmake commands above, and I was able to compile this: ``` #include "armnn/delegate/include/DelegateOptions.hpp" #include "armnn/BackendOptions.hpp" #include "armnn/ArmNN.hpp" #include...

That's great! As far as I'm aware, adding this "-larmnnTestUtils" to your compilation should suffice. It was just missing the compiled symbols I think.

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...

Hi @matheusfalcaopinto , What model are you running on GpuAcc that segfaults?