From 8efb48a6847c5cd166c561127ae6611150963ce3 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 19 May 2023 11:14:28 +0100 Subject: Update Doxygen docu for 23.05 Signed-off-by: Nikhil Raj Change-Id: I0a992286f14fa68fcc6e5eba31ac39fed003cbbe --- 23.05/classarmnn_1_1_i_graph_observable.xhtml | 207 ++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 23.05/classarmnn_1_1_i_graph_observable.xhtml (limited to '23.05/classarmnn_1_1_i_graph_observable.xhtml') diff --git a/23.05/classarmnn_1_1_i_graph_observable.xhtml b/23.05/classarmnn_1_1_i_graph_observable.xhtml new file mode 100644 index 0000000000..0f57c40d66 --- /dev/null +++ b/23.05/classarmnn_1_1_i_graph_observable.xhtml @@ -0,0 +1,207 @@ + + + + + + + + + + + + + +ArmNN: IGraphObservable Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IGraphObservable Class Referenceabstract
+
+
+ +

#include <IGraphObservable.hpp>

+
+Inheritance diagram for IGraphObservable:
+
+
+ + +GraphObservable< ObservedType > +GraphObservable< Layer * > +GraphObservable< std::string > +AddedLayerObservable +ErasedLayerNamesObservable + +
+ + + + +

+Public Member Functions

virtual void Update (Layer *graphLayer)=0
 
+ + + +

+Protected Member Functions

virtual ~IGraphObservable ()=default
 
+

Detailed Description

+
+

Definition at line 18 of file IGraphObservable.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IGraphObservable()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IGraphObservable ()
+
+protectedvirtualdefault
+
+ +
+
+

Member Function Documentation

+ +

◆ Update()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void Update (LayergraphLayer)
+
+pure virtual
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1