From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/classarmnn_1_1_i_input_slot.xhtml | 240 ++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 20.02/classarmnn_1_1_i_input_slot.xhtml (limited to '20.02/classarmnn_1_1_i_input_slot.xhtml') diff --git a/20.02/classarmnn_1_1_i_input_slot.xhtml b/20.02/classarmnn_1_1_i_input_slot.xhtml new file mode 100644 index 0000000000..7d81956096 --- /dev/null +++ b/20.02/classarmnn_1_1_i_input_slot.xhtml @@ -0,0 +1,240 @@ + + + + + + + + + + + + + +ArmNN: IInputSlot Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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