/cmsis-nn-latest/Tests/UnitTest/TestCases/Utils/ |
D | utils.h | 22 static inline const int32_t *get_bias_address(const int32_t *bias, int32_t size) in get_bias_address() 36 static inline const int64_t *get_bias_s64_address(const int64_t *bias, int32_t size) in get_bias_s64_address()
|
D | validate.h | 24 static inline int validate(int8_t *act, const int8_t *ref, int size) in validate() 49 static inline int validate_s16(int16_t *act, const int16_t *ref, int size) in validate_s16()
|
/cmsis-nn-latest/Source/ActivationFunctions/ |
D | arm_relu6_s8.c | 50 void arm_relu6_s8(int8_t *data, uint16_t size) in arm_relu6_s8()
|
D | arm_relu_q15.c | 50 void arm_relu_q15(int16_t *data, uint16_t size) in arm_relu_q15()
|
D | arm_relu_q7.c | 50 void arm_relu_q7(int8_t *data, uint16_t size) in arm_relu_q7()
|
D | arm_nn_activation_s16.c | 53 const int32_t size, in arm_nn_activation_s16()
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_get_buffer_sizes_s8.c | 57 int32_t size = in arm_deptwise_conv_s8_one_in_ch_get_buffer_size_mve() local 93 int32_t size = 0; in arm_depthwise_conv_wrapper_s8_get_buffer_size() local 123 int32_t size = 0; in arm_depthwise_conv_wrapper_s8_get_buffer_size_dsp() local 144 int32_t size = 0; in arm_depthwise_conv_wrapper_s8_get_buffer_size_mve() local
|
D | arm_depthwise_conv_get_buffer_sizes_s16.c | 77 int32_t size = 0; in arm_depthwise_conv_wrapper_s16_get_buffer_size() local 94 int32_t size = 0; in arm_depthwise_conv_wrapper_s16_get_buffer_size_mve() local 111 int32_t size = 0; in arm_depthwise_conv_wrapper_s16_get_buffer_size_dsp() local
|
D | arm_depthwise_conv_get_buffer_sizes_s4.c | 57 int32_t size = 0; in arm_depthwise_conv_wrapper_s4_get_buffer_size() local 81 int32_t size = 0; in arm_depthwise_conv_wrapper_s4_get_buffer_size_mve() local
|
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/JsonTemplates/ |
D | lstm_s16.json | 475 "size": 10 number 479 "size": 0 number 486 "size": 0 number 493 "size": 0 number 500 "size": 0 number 507 "size": 0 number 514 "size": 0 number 521 "size": 0 number 528 "size": 0 number 535 "size": 0 number [all …]
|
D | lstm_s16_tm.json | 475 "size": 10 number 479 "size": 0 number 486 "size": 0 number 493 "size": 0 number 500 "size": 0 number 507 "size": 0 number 514 "size": 0 number 521 "size": 0 number 528 "size": 0 number 535 "size": 0 number [all …]
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_ds_cnn_s_s8/ |
D | test_arm_ds_cnn_s_s8.c | 69 …int32_t size = arm_convolve_wrapper_s8_get_buffer_size(&conv_params, &input_dims, &filter_dims, &o… in ds_cnn_s_s8_get_buffer_size() local
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_ds_cnn_l_s8/ |
D | test_arm_ds_cnn_l_s8.c | 68 …int32_t size = arm_convolve_wrapper_s8_get_buffer_size(&conv_params, &input_dims, &filter_dims, &o… in ds_cnn_l_s8_get_buffer_size() local
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_depthwise_conv_s16/ |
D | test_arm_depthwise_conv_s16.c | 344 int32_t size = in arm_depthwise_conv_wrapper_s16_buffer() local
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/ |
D | test_arm_svdf_state_s16_s8.c | 30 static bool check_null_bias(const int32_t *bias, int32_t size) in check_null_bias()
|
/cmsis-nn-latest/Include/ |
D | arm_nn_types.h | 71 int32_t size; /**< Buffer size */ member
|