Home
last modified time | relevance | path

Searched defs:size (Results 1 – 16 of 16) sorted by relevance

/cmsis-nn-latest/Tests/UnitTest/TestCases/Utils/
Dutils.h22 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()
Dvalidate.h24 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/
Darm_relu6_s8.c50 void arm_relu6_s8(int8_t *data, uint16_t size) in arm_relu6_s8()
Darm_relu_q15.c50 void arm_relu_q15(int16_t *data, uint16_t size) in arm_relu_q15()
Darm_relu_q7.c50 void arm_relu_q7(int8_t *data, uint16_t size) in arm_relu_q7()
Darm_nn_activation_s16.c53 const int32_t size, in arm_nn_activation_s16()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_get_buffer_sizes_s8.c57 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
Darm_depthwise_conv_get_buffer_sizes_s16.c77 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
Darm_depthwise_conv_get_buffer_sizes_s4.c57 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/
Dlstm_s16.json475 "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 …]
Dlstm_s16_tm.json475 "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/
Dtest_arm_ds_cnn_s_s8.c69 …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/
Dtest_arm_ds_cnn_l_s8.c68 …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/
Dtest_arm_depthwise_conv_s16.c344 int32_t size = in arm_depthwise_conv_wrapper_s16_buffer() local
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/
Dtest_arm_svdf_state_s16_s8.c30 static bool check_null_bias(const int32_t *bias, int32_t size) in check_null_bias()
/cmsis-nn-latest/Include/
Darm_nn_types.h71 int32_t size; /**< Buffer size */ member