aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph2/nodes/SoftmaxLayerNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph2/nodes/SoftmaxLayerNode.h')
-rw-r--r--arm_compute/graph2/nodes/SoftmaxLayerNode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/graph2/nodes/SoftmaxLayerNode.h b/arm_compute/graph2/nodes/SoftmaxLayerNode.h
index 86decb80d9..b1091e28fc 100644
--- a/arm_compute/graph2/nodes/SoftmaxLayerNode.h
+++ b/arm_compute/graph2/nodes/SoftmaxLayerNode.h
@@ -30,6 +30,7 @@ namespace arm_compute
{
namespace graph2
{
+/** Softmax Layer node */
class SoftmaxLayerNode final : public INode
{
public: