Changeset 42 for trunk/firmware_v4/Drivers/CMSIS/NN
- Timestamp:
- May 1, 2026, 7:10:11 PM (5 days ago)
- Location:
- trunk/firmware_v4
- Files:
-
- 118 added
-
. (added)
-
Drivers (added)
-
Drivers/CMSIS (added)
-
Drivers/CMSIS/NN (added)
-
Drivers/CMSIS/NN/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Include (added)
-
Drivers/CMSIS/NN/Include/arm_nn_math_types.h (added)
-
Drivers/CMSIS/NN/Include/arm_nn_tables.h (added)
-
Drivers/CMSIS/NN/Include/arm_nn_types.h (added)
-
Drivers/CMSIS/NN/Include/arm_nnfunctions.h (added)
-
Drivers/CMSIS/NN/Include/arm_nnsupportfunctions.h (added)
-
Drivers/CMSIS/NN/Source (added)
-
Drivers/CMSIS/NN/Source/ActivationFunctions (added)
-
Drivers/CMSIS/NN/Source/ActivationFunctions/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c (added)
-
Drivers/CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c (added)
-
Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu6_s8.c (added)
-
Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c (added)
-
Drivers/CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c (added)
-
Drivers/CMSIS/NN/Source/BasicMathFunctions (added)
-
Drivers/CMSIS/NN/Source/BasicMathFunctions/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_add_s16.c (added)
-
Drivers/CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_add_s8.c (added)
-
Drivers/CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_mul_s16.c (added)
-
Drivers/CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_mul_s8.c (added)
-
Drivers/CMSIS/NN/Source/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Source/ConcatenationFunctions (added)
-
Drivers/CMSIS/NN/Source/ConcatenationFunctions/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_w.c (added)
-
Drivers/CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_x.c (added)
-
Drivers/CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_y.c (added)
-
Drivers/CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_z.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1_x_n_s8.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_fast_s16.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_s16.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_s8.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_wrapper_s16.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_wrapper_s8.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_3x3_s8.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s16.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s8.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s8_opt.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_u8_basic_ver1.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_wrapper_s8.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_depthwise_conv_s8_core.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s8_s16.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s8_s16_reordered.c (added)
-
Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_s8.c (added)
-
Drivers/CMSIS/NN/Source/FullyConnectedFunctions (added)
-
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c (added)
-
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c (added)
-
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c (added)
-
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c (added)
-
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c (added)
-
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c (added)
-
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_s16.c (added)
-
Drivers/CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_s8.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_accumulate_q7_to_q15.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_add_q7.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_padded_s8.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_s8.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mul_core_1x_s8.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mul_core_4x_s8.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mul_kernel_s16.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mult_nt_t_s8.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s16.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s8.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_svdf_s8.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_with_offset.c (added)
-
Drivers/CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_with_offset.c (added)
-
Drivers/CMSIS/NN/Source/PoolingFunctions (added)
-
Drivers/CMSIS/NN/Source/PoolingFunctions/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Source/PoolingFunctions/arm_avgpool_s16.c (added)
-
Drivers/CMSIS/NN/Source/PoolingFunctions/arm_avgpool_s8.c (added)
-
Drivers/CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s16.c (added)
-
Drivers/CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s8.c (added)
-
Drivers/CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c (added)
-
Drivers/CMSIS/NN/Source/ReshapeFunctions (added)
-
Drivers/CMSIS/NN/Source/ReshapeFunctions/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Source/ReshapeFunctions/arm_reshape_s8.c (added)
-
Drivers/CMSIS/NN/Source/SVDFunctions (added)
-
Drivers/CMSIS/NN/Source/SVDFunctions/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Source/SVDFunctions/arm_svdf_s8.c (added)
-
Drivers/CMSIS/NN/Source/SVDFunctions/arm_svdf_state_s16_s8.c (added)
-
Drivers/CMSIS/NN/Source/SoftmaxFunctions (added)
-
Drivers/CMSIS/NN/Source/SoftmaxFunctions/CMakeLists.txt (added)
-
Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_nn_softmax_common_s8.c (added)
-
Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c (added)
-
Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c (added)
-
Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_s16.c (added)
-
Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_s8.c (added)
-
Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_s8_s16.c (added)
-
Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_u8.c (added)
-
Drivers/CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_with_batch_q7.c (added)
Note:
See TracChangeset
for help on using the changeset viewer.
