/cmsis-nn-latest/Source/ReshapeFunctions/ |
D | arm_reshape_s8.c | 50 void arm_reshape_s8(const int8_t *input, int8_t *output, const uint32_t total_size) in arm_reshape_s8()
|
/cmsis-nn-latest/Source/SoftmaxFunctions/ |
D | arm_softmax_s8_s16.c | 43 void arm_softmax_s8_s16(const int8_t *input, in arm_softmax_s8_s16()
|
D | arm_softmax_u8.c | 44 void arm_softmax_u8(const uint8_t *input, in arm_softmax_u8()
|
D | arm_nn_softmax_common_s8.c | 56 void arm_nn_softmax_common_s8(const int8_t *input, in arm_nn_softmax_common_s8()
|
D | arm_softmax_s16.c | 39 arm_cmsis_nn_status arm_softmax_s16(const int16_t *input, in arm_softmax_s16()
|
/cmsis-nn-latest/Source/ConcatenationFunctions/ |
D | arm_concatenation_s8_w.c | 49 void arm_concatenation_s8_w(const int8_t *input, in arm_concatenation_s8_w()
|
D | arm_concatenation_s8_x.c | 49 void arm_concatenation_s8_x(const int8_t *input, in arm_concatenation_s8_x()
|
D | arm_concatenation_s8_z.c | 49 void arm_concatenation_s8_z(const int8_t *input, in arm_concatenation_s8_z()
|
D | arm_concatenation_s8_y.c | 49 void arm_concatenation_s8_y(const int8_t *input, in arm_concatenation_s8_y()
|
/cmsis-nn-latest/Source/ActivationFunctions/ |
D | arm_relu_q15.c | 57 int16_t *input = data; in arm_relu_q15() local
|
D | arm_relu_q7.c | 57 int8_t *input = data; in arm_relu_q7() local
|
D | arm_nn_activation_s16.c | 51 arm_cmsis_nn_status arm_nn_activation_s16(const int16_t *input, in arm_nn_activation_s16()
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_wrapper_s16.c | 54 const int16_t *input, in arm_depthwise_conv_wrapper_s16()
|
D | arm_depthwise_conv_wrapper_s4.c | 53 const int8_t *input, in arm_depthwise_conv_wrapper_s4()
|
D | arm_depthwise_conv_wrapper_s8.c | 53 const int8_t *input, in arm_depthwise_conv_wrapper_s8()
|
D | arm_depthwise_conv_s16.c | 43 static void __attribute__((unused)) depthwise_conv_s16_mult_4_s16(const int16_t *input, in depthwise_conv_s16_mult_4_s16() 133 static void depthwise_conv_s16_generic_s16(const int16_t *input, in depthwise_conv_s16_generic_s16() 248 const int16_t *input, in arm_depthwise_conv_s16()
|
D | arm_depthwise_conv_s8.c | 47 depthwise_conv_s8_mult_4(const int8_t *input, in depthwise_conv_s8_mult_4() 154 static void depthwise_conv_s8_generic(const int8_t *input, in depthwise_conv_s8_generic() 277 const int8_t *input, in arm_depthwise_conv_s8()
|
/cmsis-nn-latest/Source/FullyConnectedFunctions/ |
D | arm_fully_connected_s4.c | 54 const int8_t *input, in arm_fully_connected_s4()
|
D | arm_fully_connected_s16.c | 53 const int16_t *input, in arm_fully_connected_s16()
|
D | arm_fully_connected_s8.c | 54 const int8_t *input, in arm_fully_connected_s8()
|
/cmsis-nn-latest/Source/LSTMFunctions/ |
D | arm_lstm_unidirectional_s16.c | 49 arm_cmsis_nn_status arm_lstm_unidirectional_s16(const int16_t *input, in arm_lstm_unidirectional_s16()
|
D | arm_lstm_unidirectional_s8.c | 49 arm_cmsis_nn_status arm_lstm_unidirectional_s8(const int8_t *input, in arm_lstm_unidirectional_s8()
|
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_vec_mat_mult_t_s8.c | 112 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_s8() local 168 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_s8() local 460 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_s8() local 511 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_s8() local
|
D | arm_nn_vec_mat_mult_t_s4.c | 139 const int8x16_t input = vldrbq_s8(lhs_ptr); in arm_nn_vec_mat_mult_t_s4() local 161 const int8x16_t input = vldrbq_z_s8(lhs_ptr, rmdr_mask); in arm_nn_vec_mat_mult_t_s4() local 246 const int8x16_t input = vldrbq_s8(lhs_ptr); in arm_nn_vec_mat_mult_t_s4() local 268 const int8x16_t input = vldrbq_z_s8(lhs_ptr, rmdr_mask); in arm_nn_vec_mat_mult_t_s4() local 635 const int8x16_t input = vldrbq_s8(lhs_ptr); in arm_nn_vec_mat_mult_t_s4() local
|
D | arm_nn_vec_mat_mult_t_svdf_s8.c | 93 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_svdf_s8() local 141 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_svdf_s8() local
|