armnn icon indicating copy to clipboard operation
armnn copied to clipboard

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn

Results 84 armnn issues
Sort by recently updated
recently updated
newest added

Hi, Any tutorial available for testing [ssd model object detection](https://github.com/ARM-software/ML-zoo/tree/master/models/object_detection/ssd_mobilenet_v1/tflite_fp32) (tflite model) using tflite Delegate?

**Sys Info:** armnn22.02 ubuntu18.04 platform:Arm cortex-A76 + A55 deploy ONNX model with armnn22.02,but ONNX Parser cannot support softmax. How to deal with the problems?

Feature Request
Help wanted
Good first issue

I have been trying to test out my build of the Arm NN library by loading in a sample tensorflow model and creating the delegate and interpreter. I have not...

Build issue

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

ERROR: Operator SQUARED_DIFFERENCE is not supported by armnn_delegate.

ERROR: Operator FULLY_CONNECTED is not supported by armnn_delegate.

Hi author, I encountered a question while doing inference on cortex-A55 aarch64 with CpuAcc as the backend. There are 2 models , one is fp32 and the other one is...

Bug
Question
Performance
TIME WAIT

Hi, We adopted two methods to compile our ArmNN inference code, the first method is compiling via Makefile and the other one is via CMakeLists. We logged the execution time...

Question

version:armnn22.02 **unitTest for gpu has 20 failed** I build arm compute library and armnn from Guide. **why appear 20 faileld for test Compute_ArmComputeCl?** Please give some advices, more deatils: ```...

Bug

I used pre-built binaries from `22.05.01` release and as usual followed [this manual](https://github.com/ARM-software/armnn/tree/v22.05.01/python/pyarmnn) At the `python setup.py build_ext --inplace` step, `building 'pyarmnn._generated._pyarmnn' extension` fails. Here is the full log: ```...