aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/nodes/SoftmaxLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/nodes/SoftmaxLayer.h')
-rw-r--r--arm_compute/graph/nodes/SoftmaxLayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arm_compute/graph/nodes/SoftmaxLayer.h b/arm_compute/graph/nodes/SoftmaxLayer.h
index 1515a0f28a..2e1bd98c8d 100644
--- a/arm_compute/graph/nodes/SoftmaxLayer.h
+++ b/arm_compute/graph/nodes/SoftmaxLayer.h
@@ -28,7 +28,6 @@
#include "arm_compute/graph/INode.h"
#include "arm_compute/graph/Tensor.h"
#include "arm_compute/graph/Types.h"
-
namespace arm_compute
{
namespace graph
@@ -39,7 +38,6 @@ class SoftmaxLayer : public INode
public:
// Inherited methods overriden:
std::unique_ptr<arm_compute::IFunction> instantiate_node(GraphContext &ctx, ITensor *input, ITensor *output) override;
- void print_info() override;
};
} // namespace graph