From e472082f831815c217677e3f1802ecaae1348e65 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Mon, 2 Oct 2017 17:44:52 +0100 Subject: COMPMID-549 Create a Logger for GraphAPI Change-Id: If912d8232e12cd496923d55d386898450dac09e2 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/89897 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- arm_compute/graph/nodes/SoftmaxLayer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arm_compute/graph/nodes/SoftmaxLayer.h') 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 instantiate_node(GraphContext &ctx, ITensor *input, ITensor *output) override; - void print_info() override; }; } // namespace graph -- cgit v1.2.1