From 4840dfb7543d66652dc11c5ff39c8f5c1e2f9370 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Tue, 25 Aug 2020 12:35:58 +0100 Subject: Updating Doxygen Documentation for 20.08 release Signed-off-by: Ryan OShea Change-Id: I605409f8720de5353feceb161b39f8a5f0598180 --- 20.08/classarmnn_1_1_i_input_slot.xhtml | 240 ++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 20.08/classarmnn_1_1_i_input_slot.xhtml (limited to '20.08/classarmnn_1_1_i_input_slot.xhtml') diff --git a/20.08/classarmnn_1_1_i_input_slot.xhtml b/20.08/classarmnn_1_1_i_input_slot.xhtml new file mode 100644 index 0000000000..d579eec97c --- /dev/null +++ b/20.08/classarmnn_1_1_i_input_slot.xhtml @@ -0,0 +1,240 @@ + + + + + + + + + + + + + +ArmNN: IInputSlot Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IInputSlot Class Referenceabstract
+
+
+ +

An input connection slot for a layer. + More...

+ +

#include <INetwork.hpp>

+
+Inheritance diagram for IInputSlot:
+
+
+ + +InputSlot + +
+ + + + + + +

+Public Member Functions

virtual const IOutputSlotGetConnection () const =0
 
virtual IOutputSlotGetConnection ()=0
 
+ + + + +

+Protected Member Functions

 ~IInputSlot ()
 Not user deletable. More...
 
+

Detailed Description

+

An input connection slot for a layer.

+

The input slot can be connected to an output slot of the preceding layer in the graph. Only one connection to the input slot is allowed.

+ +

Definition at line 24 of file INetwork.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IInputSlot()

+ +
+
+ + + + + +
+ + + + + + + +
~IInputSlot ()
+
+inlineprotected
+
+ +

Not user deletable.

+ +

Definition at line 32 of file INetwork.hpp.

+
32 {}
+
+
+

Member Function Documentation

+ +

◆ GetConnection() [1/2]

+ + + +

◆ GetConnection() [2/2]

+ +
+
+ + + + + +
+ + + + + + + +
virtual IOutputSlot* GetConnection ()
+
+pure virtual
+
+ +

Implemented in InputSlot.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1