How to use concatenation in NN functions? #1416
Unanswered
jiaodawuyanzu
asked this question in
Q&A
Replies: 1 comment
-
@jiaodawuyanzu Please refer to CMSIS_5/CMSIS/NN/Include/arm_nnfunctions.h Line 2115 in 963168f May I ask how you are using the CMSIS-NN APIs? the intention is to use it along with TFLM and the list of operators supported are in the link attached. If you are using tflite files along with TFLM's interpreter, then handling of all operators(provided they are supported) will be handled by TFLM's interpreter. That goes for concatenation as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know how to use arm_concatenation_s8_XXX functions, how to use this functions concatenate tensor?
Beta Was this translation helpful? Give feedback.
All reactions