• How to get the required FLOPs for my neural network
    I want to estimate the memory bandwidth of my neural network. In order to do this, I need to know the FLOPS required for an inference. Does this number depend on the library that I am using (e.g. ComputeLibrary...
  • Non-linearity sharing in deep neural networks (a flaw?)
    You probably do want to include library code for fast random projections based on random sign flipping and the Walsh Hadamard transform, even if it is just to allow people to experiment. https://discourse...
  • How can I make static library(.a) for mali400?
    Hi, I have built and used libMali.so, libEGL.so, libGLESv1_CM.so, libGLESv2.so for linux target board. But now, I need to make libMali.a instated of .so files. I tried to get the .a but I couldn...
  • Ne10 Library Getting Started
    This blog was originally posted on 9 January 2013 1 Introduction ARM® NEON ™ technology is a SIMD (single instruction multiple data) architecture extension for the ARM Cortex™-A series processors. It...
  • Is it a bug in NE10 library function "ne10_fir_float_neon"?
    Hi, I make a short test of NE10 library function ne10_fir_float_neon. I find that the first filter output data is always '1' for a simple impulse FIR (coefficients: 1, 0, 0, 0, 0). It is expected to be...