diff --git a/src/fpga/fpga_quantilization.cpp b/src/fpga/fpga_quantilization.cpp index bba462538b98a393de2783e853b29ad53b363639..8b351f1a81e0a92f0e2f12a3f61dd2a7d3948c85 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