提交 54495ec5 编写于 作者: Z zhangyang

correct relu_enabled

上级 50b074a6
......@@ -22,7 +22,7 @@ namespace operators {
template <>
bool ConvAddBNKernel<FPGA, float>::Init(FusionConvAddBNParam *param) {
bool relu_enabled = true;
bool relu_enabled = false;
const Tensor *input = param->Input();
auto input_ptr = input->data<float>();
const Tensor *bias = param->Bias();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册