aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/backends/FunctionHelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/backends/FunctionHelpers.h')
-rw-r--r--arm_compute/graph/backends/FunctionHelpers.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/arm_compute/graph/backends/FunctionHelpers.h b/arm_compute/graph/backends/FunctionHelpers.h
index a7e52d4d6d..803283e20d 100644
--- a/arm_compute/graph/backends/FunctionHelpers.h
+++ b/arm_compute/graph/backends/FunctionHelpers.h
@@ -630,7 +630,7 @@ std::unique_ptr<IFunction> create_fused_convolution_with_post_op(FusedConvolutio
<< " Output shape: " << output->info()->tensor_shape()
<< qss.str()
<< (fused_act.enabled() ? " " + to_string(fused_act.activation()) : "")
- << " Post ops" << post_ops;
+ << " Post ops" << post_ops
<< std::endl);
return std::move(func);
}
@@ -713,8 +713,7 @@ std::unique_ptr<IFunction> create_fused_convolution_batch_normalization_with_pos
<< " Input shape: " << input->info()->tensor_shape()
<< " Weights shape: " << weights->info()->tensor_shape()
<< " Output shape: " << output->info()->tensor_shape()
- << (fused_act.enabled() ? " " + to_string(fused_act.activation()) : "")
- << " Post Ops:" << post_ops;
+ << " Post Ops:" << post_ops
<< std::endl);
return std::move(func);
}