aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/INode.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/INode.h')
-rw-r--r--arm_compute/graph/INode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arm_compute/graph/INode.h b/arm_compute/graph/INode.h
index 6ce9b1b986..1b22bdf639 100644
--- a/arm_compute/graph/INode.h
+++ b/arm_compute/graph/INode.h
@@ -58,8 +58,6 @@ public:
*/
TargetHint override_target_hint(TargetHint target_hint) const;
- virtual void print_info() = 0;
-
protected:
/** Interface to be implement that override the hints
*
@@ -71,8 +69,6 @@ protected:
protected:
TargetHint _target_hint{ TargetHint::DONT_CARE };
- ITensor *_input{ nullptr };
- ITensor *_output{ nullptr };
};
} // namespace graph
} // namespace arm_compute