aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/dynamic_fusion/sketch/attributes/SoftmaxAttributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/dynamic_fusion/sketch/attributes/SoftmaxAttributes.h')
-rw-r--r--arm_compute/dynamic_fusion/sketch/attributes/SoftmaxAttributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/dynamic_fusion/sketch/attributes/SoftmaxAttributes.h b/arm_compute/dynamic_fusion/sketch/attributes/SoftmaxAttributes.h
index fc50aa0f68..61654bfa27 100644
--- a/arm_compute/dynamic_fusion/sketch/attributes/SoftmaxAttributes.h
+++ b/arm_compute/dynamic_fusion/sketch/attributes/SoftmaxAttributes.h
@@ -51,7 +51,7 @@ public:
int axis() const;
private:
- float _beta{ 1.f }; /**< Scaling factor for the exponent */
+ float _beta{1.f}; /**< Scaling factor for the exponent */
bool _is_log_softmax{}; /**< True if operation is log-softmax */
int _axis{}; /**< Axis/Dimension to perform the operation */
};