Home
last modified time | relevance | path

Searched refs:num_elem (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_convolve_s8.c97 const int32_t num_elem = kernel_x * kernel_y * input_ch; in arm_convolve_s8() local
135num_elem, num_elem, (q7_t *)buffer_a, filter_data + num_elem * i_out_ch, &sum_row, acc); in arm_convolve_s8()
172 num_elem, in arm_convolve_s8()
195 num_elem, in arm_convolve_s8()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_convolve_s8.c97 const int32_t num_elem = kernel_x * kernel_y * input_ch; in arm_convolve_s8() local
135num_elem, num_elem, (q7_t *)buffer_a, filter_data + num_elem * i_out_ch, &sum_row, acc); in arm_convolve_s8()
172 num_elem, in arm_convolve_s8()
195 num_elem, in arm_convolve_s8()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dble_transport.h51 u8_t num_elem; member
A Dnet.h107 u8_t num_elem; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dfriend.c125 return (addr >= frnd->lpn && addr < (frnd->lpn + frnd->num_elem)); in is_lpn_unicast()
832 if (msg->num_elem == 0x00) { in bt_mesh_friend_req()
837 if (!BT_MESH_ADDR_IS_UNICAST(rx->ctx.addr + msg->num_elem - 1)) { in bt_mesh_friend_req()
875 frnd->num_elem = msg->num_elem; in bt_mesh_friend_req()
A Dlpn.c310 .num_elem = comp->elem_count, in send_friend_req()

Completed in 9 milliseconds