Lines Matching refs:SRC
18 file(GLOB SRC "${CMSIS_NN_DIR}/Source/ActivationFunctions/*_s8*.c")
20 zephyr_library_sources(${SRC} ${SRC_S16}
26 file(GLOB SRC "${CMSIS_NN_DIR}/Source/BasicMathFunctions/*_*.c")
27 zephyr_library_sources(${SRC})
31 file(GLOB SRC "${CMSIS_NN_DIR}/Source/ConcatenationFunctions/*_*.c")
32 zephyr_library_sources(${SRC})
60 file(GLOB SRC "${CMSIS_NN_DIR}/Source/PoolingFunctions/*_s8.c")
62 zephyr_library_sources(${SRC} ${SRC_S16})
66 file(GLOB SRC "${CMSIS_NN_DIR}/Source/ReshapeFunctions/*_*.c")
67 zephyr_library_sources(${SRC})
71 file(GLOB SRC "${CMSIS_NN_DIR}/Source/SoftmaxFunctions/*_s8.c")
72 zephyr_library_sources(${SRC}
79 file(GLOB SRC "${CMSIS_NN_DIR}/Source/SVDFunctions/*_s8.c")
80 zephyr_library_sources(${SRC})
84 file(GLOB SRC "${CMSIS_NN_DIR}/Source/LSTMFunctions/*_s16.c")
85 zephyr_library_sources(${SRC})