Searched defs:dim_vec (Results 1 – 18 of 18) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SoftmaxFunctions/ |
A D | arm_softmax_with_batch_q7.c | 62 …max_with_batch_q7(const q7_t *vec_in, const uint16_t nb_batches, const uint16_t dim_vec, q7_t *p_o… in arm_softmax_with_batch_q7()
|
A D | arm_softmax_q7.c | 61 void arm_softmax_q7(const q7_t *vec_in, const uint16_t dim_vec, q7_t *p_out) in arm_softmax_q7()
|
A D | arm_softmax_q15.c | 61 void arm_softmax_q15(const q15_t *vec_in, const uint16_t dim_vec, q15_t *p_out) in arm_softmax_q15()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SoftmaxFunctions/ |
A D | arm_softmax_with_batch_q7.c | 62 …max_with_batch_q7(const q7_t *vec_in, const uint16_t nb_batches, const uint16_t dim_vec, q7_t *p_o… in arm_softmax_with_batch_q7()
|
A D | arm_softmax_q7.c | 61 void arm_softmax_q7(const q7_t *vec_in, const uint16_t dim_vec, q7_t *p_out) in arm_softmax_q7()
|
A D | arm_softmax_q15.c | 61 void arm_softmax_q15(const q15_t *vec_in, const uint16_t dim_vec, q15_t *p_out) in arm_softmax_q15()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/FullyConnectedFunctions/ |
A D | arm_fully_connected_q15.c | 67 const uint16_t dim_vec, in arm_fully_connected_q15()
|
A D | arm_fully_connected_q7.c | 69 const uint16_t dim_vec, in arm_fully_connected_q7()
|
A D | arm_fully_connected_mat_q7_vec_q15.c | 70 const uint16_t dim_vec, in arm_fully_connected_mat_q7_vec_q15()
|
A D | arm_fully_connected_q7_opt.c | 130 const uint16_t dim_vec, in arm_fully_connected_q7_opt()
|
A D | arm_fully_connected_q15_opt.c | 98 const uint16_t dim_vec, in arm_fully_connected_q15_opt()
|
A D | arm_fully_connected_mat_q7_vec_q15_opt.c | 118 const uint16_t dim_vec, in arm_fully_connected_mat_q7_vec_q15_opt()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/FullyConnectedFunctions/ |
A D | arm_fully_connected_q15.c | 67 const uint16_t dim_vec, in arm_fully_connected_q15()
|
A D | arm_fully_connected_q7.c | 69 const uint16_t dim_vec, in arm_fully_connected_q7()
|
A D | arm_fully_connected_mat_q7_vec_q15.c | 70 const uint16_t dim_vec, in arm_fully_connected_mat_q7_vec_q15()
|
A D | arm_fully_connected_q7_opt.c | 130 const uint16_t dim_vec, in arm_fully_connected_q7_opt()
|
A D | arm_fully_connected_q15_opt.c | 98 const uint16_t dim_vec, in arm_fully_connected_q15_opt()
|
A D | arm_fully_connected_mat_q7_vec_q15_opt.c | 118 const uint16_t dim_vec, in arm_fully_connected_mat_q7_vec_q15_opt()
|
Completed in 12 milliseconds