Searched refs:temp_inp_h (Results 1 – 1 of 1) sorted by relevance
184 int temp_inp_h = p_4D_inp_shape[1]; in xa_nn_reduce_sum_4D_f32_f32() local200 int plane_size = temp_inp_h * temp_inp_w * temp_inp_c; in xa_nn_reduce_sum_4D_f32_f32()220 int plane_size = temp_inp_h * temp_inp_w * temp_inp_c; in xa_nn_reduce_sum_4D_f32_f32()225 for(itr_h=0; itr_h < (temp_inp_h & ~(2 - 1)); itr_h += 2) in xa_nn_reduce_sum_4D_f32_f32()234 if(temp_inp_h & 1) in xa_nn_reduce_sum_4D_f32_f32()241 temp_inp_h = 1; in xa_nn_reduce_sum_4D_f32_f32()244 int plane_size = temp_inp_h * temp_inp_w * temp_inp_c; in xa_nn_reduce_sum_4D_f32_f32()246 int hc_plane_size = temp_inp_h * temp_inp_c; in xa_nn_reduce_sum_4D_f32_f32()250 for(itr_h=0; itr_h < (temp_inp_h); itr_h++) in xa_nn_reduce_sum_4D_f32_f32()273 int plane_size = temp_inp_h * temp_inp_w * temp_inp_c; in xa_nn_reduce_sum_4D_f32_f32()[all …]