forked from mindspore-Ecosystem/mindspore
fix_arm32
This commit is contained in:
parent
be2a98e7c8
commit
6385eafacf
|
@ -25,7 +25,7 @@ void PRelu(float *input, float *output, PReluParameter *prelu_param_, int task_i
|
||||||
for (int j = task_id; j < prelu_param_->tile_block_; j += prelu_param_->op_parameter_.thread_num_) {
|
for (int j = task_id; j < prelu_param_->tile_block_; j += prelu_param_->op_parameter_.thread_num_) {
|
||||||
float *input_ptr = input + j * TILE_NUM * channel_num;
|
float *input_ptr = input + j * TILE_NUM * channel_num;
|
||||||
float *output_ptr = input_ptr;
|
float *output_ptr = input_ptr;
|
||||||
#ifdef ENABLE_NEON
|
#ifdef ENABLE_ARM64
|
||||||
for (int i = 0; i < c4; i++) {
|
for (int i = 0; i < c4; i++) {
|
||||||
int c_offset = i * C4NUM;
|
int c_offset = i * C4NUM;
|
||||||
float32x4_t slope_value = vld1q_f32(negetive_slope_value + c_offset);
|
float32x4_t slope_value = vld1q_f32(negetive_slope_value + c_offset);
|
||||||
|
|
|
@ -17,7 +17,7 @@ mtk_isface
|
||||||
mtk_landmark
|
mtk_landmark
|
||||||
mtk_pose_tuku
|
mtk_pose_tuku
|
||||||
# mtk_face_recognition_v1
|
# mtk_face_recognition_v1
|
||||||
mtk_2012_ATLANTA_10class_20190614_v41
|
# mtk_2012_ATLANTA_10class_20190614_v41
|
||||||
mtk_detect-deeper-halfdeeper-mbv1-lastearlySSD-shortcut-400-400_nopostprocess_simplified
|
mtk_detect-deeper-halfdeeper-mbv1-lastearlySSD-shortcut-400-400_nopostprocess_simplified
|
||||||
detect-deeper-halfdeeper-mbv1-shortcut-400-400_nopostprocess_simplified
|
detect-deeper-halfdeeper-mbv1-shortcut-400-400_nopostprocess_simplified
|
||||||
hiai_face_detect_rfb
|
hiai_face_detect_rfb
|
||||||
|
@ -48,7 +48,7 @@ hiai_cv_focusShootOCRModel_04
|
||||||
hiai_cv_focusShootOCRModel_06
|
hiai_cv_focusShootOCRModel_06
|
||||||
hiai_cpu_face_hat
|
hiai_cpu_face_hat
|
||||||
hiai_video_seg
|
hiai_video_seg
|
||||||
hiai_semantic_seg
|
# hiai_semantic_seg
|
||||||
hiai_human_seg
|
hiai_human_seg
|
||||||
# hiai_face_recognition_1
|
# hiai_face_recognition_1
|
||||||
hiai_cpu_face_detect
|
hiai_cpu_face_detect
|
||||||
|
|
Loading…
Reference in New Issue