aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/function_info/MatMulInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/function_info/MatMulInfo.h')
-rw-r--r--arm_compute/function_info/MatMulInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/function_info/MatMulInfo.h b/arm_compute/function_info/MatMulInfo.h
index cd9ef1f4d9..fc73efb44a 100644
--- a/arm_compute/function_info/MatMulInfo.h
+++ b/arm_compute/function_info/MatMulInfo.h
@@ -55,8 +55,8 @@ public:
}
private:
- bool _adj_lhs{ false };
- bool _adj_rhs{ false };
+ bool _adj_lhs{false};
+ bool _adj_rhs{false};
};
} // namespace arm_compute
#endif /* ACL_ARM_COMPUTE_FUNCTION_INFO_MATMULINFO */