Lines Matching +full:cmsis +full:- +full:nn
2 # SPDX-License-Identifier: Apache-2.0
8 bool "CMSIS-NN Library Support"
12 This option enables the CMSIS-NN library.
19 This option enables the NN libraries for the activation layers
24 bool "Basic Math for NN"
26 This option enables the NN libraries for the basic maths operations.
27 It adds functionality for element-wise add and multiplication functions.
32 This option enables the NN libraries for the concatenation layers.
40 and GEMM. GEMM is performed with CMSIS-DSP arm_mat_mult similar options.
46 Collection of fully-connected and matrix multiplication functions.
49 bool "NN Support"
63 This option enables the NN libraries for the reshape layers.
68 This option enables the NN libraries for the softmax layers (exp2 based).
74 This option enabled the NN libraries for Single Value Decomposition Filter layers.
77 bool "Long Short-Term Memory"
79 This option enables the NN libraries for Long Short-Term Memory.