Home
last modified time | relevance | path

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

/cmsis-3.4.0/CMSIS/NN/Source/ReshapeFunctions/
Darm_reshape_s8.c49 void arm_reshape_s8(const int8_t *input, int8_t *output, const uint32_t total_size) in arm_reshape_s8()
/cmsis-3.4.0/CMSIS/NN/Source/ActivationFunctions/
Darm_relu_q7.c61 q7_t *input = data; in arm_relu_q7() local
/cmsis-3.4.0/CMSIS/NN/Source/ConcatenationFunctions/
Darm_concatenation_s8_w.c48 void arm_concatenation_s8_w(const int8_t *input, in arm_concatenation_s8_w()
Darm_concatenation_s8_x.c48 void arm_concatenation_s8_x(const int8_t *input, in arm_concatenation_s8_x()
Darm_concatenation_s8_z.c48 void arm_concatenation_s8_z(const int8_t *input, in arm_concatenation_s8_z()
Darm_concatenation_s8_y.c48 void arm_concatenation_s8_y(const int8_t *input, in arm_concatenation_s8_y()
/cmsis-3.4.0/CMSIS/NN/Source/FullyConnectedFunctions/
Darm_fully_connected_s8.c54 const q7_t *input, in arm_fully_connected_s8()
/cmsis-3.4.0/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8.c43 static void depthwise_conv_s8_mult_4(const int8_t *input, in depthwise_conv_s8_mult_4()
142 static void depthwise_conv_s8_generic(const q7_t *input, in depthwise_conv_s8_generic()
233 const q7_t *input, in arm_depthwise_conv_s8()
Darm_depthwise_conv_wrapper_s8.c53 const q7_t *input, in arm_depthwise_conv_wrapper_s8()
Darm_depthwise_conv_3x3_s8.c56 const q7_t *input, in arm_depthwise_conv_3x3_s8()
Darm_depthwise_conv_s8_opt.c55 const q7_t *input, in arm_depthwise_conv_s8_opt()
/cmsis-3.4.0/CMSIS/NN/Source/SoftmaxFunctions/
Darm_softmax_u8.c44 void arm_softmax_u8(const uint8_t *input, in arm_softmax_u8()
Darm_softmax_s8.c86 void arm_softmax_s8(const int8_t *input, in arm_softmax_s8()
/cmsis-3.4.0/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s8.c90 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_s8() local
144 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_svdf_s8.c96 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_svdf_s8() local
144 const int8x16_t input = vldrbq_z_s8(lhs_vec, p); in arm_nn_vec_mat_mult_t_svdf_s8() local
/cmsis-3.4.0/CMSIS/NN/Source/SVDFunctions/
Darm_svdf_s8.c101 const q7_t *input = input_data + i_batch * input_height; in arm_svdf_s8() local