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/INode.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arm_compute/graph/INode.h') 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 -- cgit v1.2.1