aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/nodes/InputNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/nodes/InputNode.h')
-rw-r--r--arm_compute/graph/nodes/InputNode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arm_compute/graph/nodes/InputNode.h b/arm_compute/graph/nodes/InputNode.h
index cacea95ab8..4297c8aba5 100644
--- a/arm_compute/graph/nodes/InputNode.h
+++ b/arm_compute/graph/nodes/InputNode.h
@@ -41,7 +41,6 @@ public:
InputNode(TensorDescriptor desc);
// Inherited overridden methods:
- Status validate() override;
NodeType type() const override;
bool forward_descriptors() override;
TensorDescriptor configure_output(size_t idx) const override;