aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/nodes/PoolingLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/nodes/PoolingLayer.h')
-rw-r--r--arm_compute/graph/nodes/PoolingLayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arm_compute/graph/nodes/PoolingLayer.h b/arm_compute/graph/nodes/PoolingLayer.h
index f07800a7b8..87b15d06cb 100644
--- a/arm_compute/graph/nodes/PoolingLayer.h
+++ b/arm_compute/graph/nodes/PoolingLayer.h
@@ -45,7 +45,6 @@ public:
// Inherited methods overriden:
std::unique_ptr<arm_compute::IFunction> instantiate_node(GraphContext &ctx, ITensor *input, ITensor *output) override;
- void print_info() override;
private:
const PoolingLayerInfo _pool_info; /**< Pooling layer information */