From 07fca136a47301a1472ced196f3b13d1a730945c Mon Sep 17 00:00:00 2001 From: hanbuhe Date: Tue, 14 Aug 2018 16:53:34 +0800 Subject: [PATCH] code format --- src/fpga/fpga_quantilization.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/fpga/fpga_quantilization.cpp b/src/fpga/fpga_quantilization.cpp index bba462538b..8b351f1a81 100644 --- a/src/fpga/fpga_quantilization.cpp +++ b/src/fpga/fpga_quantilization.cpp @@ -46,10 +46,8 @@ static Dtype find_max(Dtype* data, int num) { return max; } - // template void quantify_filter(framework::Tensor* filter) { - DLOG << "quantilize_filter........"; float scale = 0; @@ -87,7 +85,6 @@ void quantify_filter(framework::Tensor* filter) { chw_to_hwc(tmp_data, int_data, batch_size, channel, height, width); delete tmp_data; *(filter->fpga_args().scale_pointer()) = scale; - } } // namespace fpga -- GitLab