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 --- ...armnn_1_1optimizations_1_1_add_debug_impl.xhtml | 237 +++++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 20.02/classarmnn_1_1optimizations_1_1_add_debug_impl.xhtml (limited to '20.02/classarmnn_1_1optimizations_1_1_add_debug_impl.xhtml') diff --git a/20.02/classarmnn_1_1optimizations_1_1_add_debug_impl.xhtml b/20.02/classarmnn_1_1optimizations_1_1_add_debug_impl.xhtml new file mode 100644 index 0000000000..4c202f2342 --- /dev/null +++ b/20.02/classarmnn_1_1optimizations_1_1_add_debug_impl.xhtml @@ -0,0 +1,237 @@ + + + + + + + + + + + + + +ArmNN: AddDebugImpl Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
AddDebugImpl Class Reference
+
+
+ +

#include <AddDebug.hpp>

+ + + + +

+Public Member Functions

void Run (Graph &graph, Layer &layer) const
 
+ + + + + +

+Protected Member Functions

 AddDebugImpl ()=default
 
 ~AddDebugImpl ()=default
 
+

Detailed Description

+
+

Definition at line 15 of file AddDebug.hpp.

+

Constructor & Destructor Documentation

+ +

◆ AddDebugImpl()

+ +
+
+ + + + + +
+ + + + + + + +
AddDebugImpl ()
+
+protecteddefault
+
+ +

Referenced by AddDebugImpl::Run().

+ +
+
+ +

◆ ~AddDebugImpl()

+ +
+
+ + + + + +
+ + + + + + + +
~AddDebugImpl ()
+
+protecteddefault
+
+ +

Referenced by AddDebugImpl::Run().

+ +
+
+

Member Function Documentation

+ +

◆ Run()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void Run (Graphgraph,
Layerlayer 
) const
+
+inline
+
+ +

Definition at line 19 of file AddDebug.hpp.

+ +

References AddDebugImpl::AddDebugImpl(), armnn::Debug, Layer::GetType(), armnn::InsertDebugLayerAfter(), armnn::Output, and AddDebugImpl::~AddDebugImpl().

+
20  {
21  if (layer.GetType() != LayerType::Debug && layer.GetType() != LayerType::Output)
22  {
23  // if the inputs/outputs of this layer do not have a debug layer
24  // insert the debug layer after them
25  InsertDebugLayerAfter(graph, layer);
26  }
27  }
+ +
std::vector< DebugLayer * > InsertDebugLayerAfter(Graph &graph, Layer &layer)
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1