Skip to content

Commit 587c8b9

Browse files
committed
cc
1 parent fd77e15 commit 587c8b9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/perf/perfutil.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include "perfutil.h"
55

6+
#include "benchmark.h"
67
#include "cpu.h"
78
#include "layer.h"
89
#include "modelbin.h"

tests/perf/perfutil.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@
44
#ifndef PERFUTIL_H
55
#define PERFUTIL_H
66

7-
#include "benchmark.h"
87
#include "layer.h"
98
#include "mat.h"
109
#include "option.h"
1110
#include "paramdict.h"
1211

13-
#include <vector>
14-
1512
ncnn::Mat PerfMat(int w, float v = 0.01f);
1613
ncnn::Mat PerfMat(int w, int h, float v = 0.01f);
1714
ncnn::Mat PerfMat(int w, int h, int c, float v = 0.01f);

0 commit comments

Comments
 (0)