提交 49389012 编写于 作者: H hanbuhe

merge fc commit

上级 c2a14556
......@@ -47,7 +47,7 @@ static Dtype find_max(Dtype* data, int64_t num) {
}
// template <typename Dtype>
void quantize_filter(framework::Tensor *filter) {
void quantize_filter(framework::Tensor* filter) {
DLOG << "quantilize_filter........";
float scale = 0;
......
......@@ -24,7 +24,7 @@ template <typename Dtype>
static void chw_to_hwc(Dtype* data_in, Dtype* data_out, int64_t num,
int64_t channel, int64_t height, int64_t width);
void quantize_filter(framework::Tensor *filter);
void quantize_filter(framework::Tensor* filter);
} // namespace fpga
} // namespace paddle_mobile
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册