Hello,
I am trying to build a DeepSpeech lib for the mobile device and I found the high usage of the CPU. In the codes, I found Eigen is used in KenLM to decode.
The question is that how could I confirm NEON is activated for Eigen in decoding? If it is not, what should I do in compiling to open it?
I’d really appreciate any guidance. Thank you!