Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 34) sorted by relevance

12

/cmsis-nn-latest/Source/ReshapeFunctions/
Darm_reshape_s8.c50 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/
Darm_softmax_s8_s16.c43 void arm_softmax_s8_s16(const int8_t *input, in arm_softmax_s8_s16()
Darm_softmax_u8.c44 void arm_softmax_u8(const uint8_t *input, in arm_softmax_u8()
Darm_nn_softmax_common_s8.c56 void arm_nn_softmax_common_s8(const int8_t *input, in arm_nn_softmax_common_s8()
Darm_softmax_s16.c39 arm_cmsis_nn_status arm_softmax_s16(const int16_t *input, in arm_softmax_s16()
/cmsis-nn-latest/Source/ConcatenationFunctions/
Darm_concatenation_s8_w.c49 void arm_concatenation_s8_w(const int8_t *input, in arm_concatenation_s8_w()
Darm_concatenation_s8_x.c49 void arm_concatenation_s8_x(const int8_t *input, in arm_concatenation_s8_x()
Darm_concatenation_s8_z.c49 void arm_concatenation_s8_z(const int8_t *input, in arm_concatenation_s8_z()
Darm_concatenation_s8_y.c49 void arm_concatenation_s8_y(const int8_t *input, in arm_concatenation_s8_y()
/cmsis-nn-latest/Source/ActivationFunctions/
Darm_relu_q15.c57 int16_t *input = data; in arm_relu_q15() local
Darm_relu_q7.c57 int8_t *input = data; in arm_relu_q7() local
Darm_nn_activation_s16.c51 arm_cmsis_nn_status arm_nn_activation_s16(const int16_t *input, in arm_nn_activation_s16()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_wrapper_s16.c54 const int16_t *input, in arm_depthwise_conv_wrapper_s16()
Darm_depthwise_conv_wrapper_s4.c53 const int8_t *input, in arm_depthwise_conv_wrapper_s4()
Darm_depthwise_conv_wrapper_s8.c53 const int8_t *input, in arm_depthwise_conv_wrapper_s8()
Darm_depthwise_conv_s16.c43 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()
Darm_depthwise_conv_s8.c47 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/
Darm_fully_connected_s4.c54 const int8_t *input, in arm_fully_connected_s4()
Darm_fully_connected_s16.c53 const int16_t *input, in arm_fully_connected_s16()
Darm_fully_connected_s8.c54 const int8_t *input, in arm_fully_connected_s8()
/cmsis-nn-latest/Source/LSTMFunctions/
Darm_lstm_unidirectional_s16.c49 arm_cmsis_nn_status arm_lstm_unidirectional_s16(const int16_t *input, in arm_lstm_unidirectional_s16()
Darm_lstm_unidirectional_s8.c49 arm_cmsis_nn_status arm_lstm_unidirectional_s8(const int8_t *input, in arm_lstm_unidirectional_s8()
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s8.c112 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
Darm_nn_vec_mat_mult_t_s4.c139 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
Darm_nn_vec_mat_mult_t_svdf_s8.c93 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

12