• Arm Compute lib graph model - Convolution Layer with Dilation
    hi im trying to pipe a proprietry model using arm compute library, looking at the examples in the examples folder, couldn't find how to set dilation in ConvolutionLayer() routine here is an example...
  • ARM NN build failed when linking libarm_compute_core-static.a
    Hi all, I'm trying to use ARM NN SDK with Cortex-A53 and NEON. So referenced this link and did whole things(clone repo, build with aarch64 toolchain) ( https://developer.arm.com/technologies/machine...
  • Matrix Multiplication Example in Arm Compute Library
    Does anyone have an example of using the Arm Compute Library for Matrix Multiplication? I don't see any examples in the "examples" folder in the compute library git repo. There appear to be gemm headers...
  • compute library datatype (F32->INT8)
    I have evaluated arm compute libary on NEON / MALI of our SOC. I used ACLv18.02. There was examples in the library. ~/examples/graph_*.cpp <- Graph examples I know that ACL can support some different...
  • Tutorial for replacing cv::cvtColor function to CLColorConvert or NEColorConvert
    I would be happy to receive a Tutorial that has a detailed explanation and maybe an example of how I can make this replacement in order to optimize my system **Platform:** RKX3399 **Operating System...