提交 e0b4b5c9 编写于 作者: G guofei 提交者: hong19860320

enable native compiling on raspberry pi and rk3399 (#2021)

上级 3c08f676
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <time.h> #include <time.h>
#include <algorithm> #include <algorithm>
#include <chrono> // NOLINT #include <chrono> // NOLINT
#include <cmath>
#include <iomanip> #include <iomanip>
#include <memory> #include <memory>
#include <string> #include <string>
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#pragma once #pragma once
#include <cmath>
#include <memory> #include <memory>
#include <string> #include <string>
#include "lite/core/mir/pattern_matcher_high_api.h" #include "lite/core/mir/pattern_matcher_high_api.h"
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include "lite/kernels/arm/batch_norm_compute.h" #include "lite/kernels/arm/batch_norm_compute.h"
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <cmath>
#include <memory> #include <memory>
#include <utility> #include <utility>
#include <vector> #include <vector>
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include "lite/kernels/arm/decode_bboxes_compute.h" #include "lite/kernels/arm/decode_bboxes_compute.h"
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <cmath>
#include <string> #include <string>
#include <vector> #include <vector>
#include "lite/core/op_registry.h" #include "lite/core/op_registry.h"
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include "lite/kernels/arm/lrn_compute.h" #include "lite/kernels/arm/lrn_compute.h"
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <cmath>
#include <string> #include <string>
#include <vector> #include <vector>
#include "lite/core/op_registry.h" #include "lite/core/op_registry.h"
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include "lite/kernels/arm/softmax_compute.h" #include "lite/kernels/arm/softmax_compute.h"
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <cmath>
#include <limits> #include <limits>
#include <vector> #include <vector>
#include "lite/core/op_registry.h" #include "lite/core/op_registry.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册