Browse Source

!15174 fix micro arithmetic_fp32_coder.cc

From: @zoloft
Reviewed-by: @wangchengyuan,@hangangqiang
Signed-off-by: @wangchengyuan
pull/15174/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
2eb344b632
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindspore/lite/micro/coder/opcoders/nnacl/fp32/arithmetic_fp32_coder.cc

+ 0
- 1
mindspore/lite/micro/coder/opcoders/nnacl/fp32/arithmetic_fp32_coder.cc View File

@@ -74,7 +74,6 @@ void ArithmeticFP32Coder::InitRunFunction(int primitive_type) {
arithmetic_run_bool_ = fun_table[i].bool_func_;
arithmetic_opt_run_ = fun_table[i].opt_func_;
arithmetic_opt_run_int_ = fun_table[i].opt_int_func_;
return;
}
}
TypeId input_type_id = input_tensor_->data_type();


Loading…
Cancel
Save