Skip to content

Commit a102c1f

Browse files
nihuigithub-actions[bot]
authored andcommitted
apply code-format changes
1 parent 15dff4a commit a102c1f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/perf/perfutils.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -702,10 +702,10 @@ static const PrecisionConfig s_configs[] = {
702702
static const int s_num_configs = sizeof(s_configs) / sizeof(s_configs[0]);
703703

704704
static void perf_layer_impl(const char* layer_type, const ncnn::ParamDict& pd,
705-
const std::vector<ncnn::Mat>& weights,
706-
const std::vector<ncnn::Mat>& inputs,
707-
int top_blob_count,
708-
const char* tag)
705+
const std::vector<ncnn::Mat>& weights,
706+
const std::vector<ncnn::Mat>& inputs,
707+
int top_blob_count,
708+
const char* tag)
709709
{
710710
// --- CPU ---
711711
for (int i = 0; i < s_num_configs; i++)
@@ -779,4 +779,3 @@ void perf_layer(const char* layer_type, const ncnn::ParamDict& pd,
779779

780780
perf_layer_impl(layer_type, pd, weights, inputs, 1, tag);
781781
}
782-

0 commit comments

Comments
 (0)