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

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

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