From f4019872c1134c6fcc1d6993e5746f55c1e79208 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 8 Mar 2022 20:01:38 +0000 Subject: IVGCVSW-6819 Fix the directory structure and broken link to latest docu Signed-off-by: Nikhil Raj Change-Id: I05b559d15faf92c76ff536719693b361316be4f3 --- ...lass_test_space_to_batch_nd_layer_visitor.xhtml | 279 +++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 22.02/class_test_space_to_batch_nd_layer_visitor.xhtml (limited to '22.02/class_test_space_to_batch_nd_layer_visitor.xhtml') diff --git a/22.02/class_test_space_to_batch_nd_layer_visitor.xhtml b/22.02/class_test_space_to_batch_nd_layer_visitor.xhtml new file mode 100644 index 0000000000..99e4f43893 --- /dev/null +++ b/22.02/class_test_space_to_batch_nd_layer_visitor.xhtml @@ -0,0 +1,279 @@ + + + + + + + + + + + + + +ArmNN: TestSpaceToBatchNdLayerVisitor Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TestSpaceToBatchNdLayerVisitor Class Reference
+
+
+ +

#include <TestNameAndDescriptorLayerVisitor.hpp>

+
+Inheritance diagram for TestSpaceToBatchNdLayerVisitor:
+
+
+ + +TestLayerVisitor +StrategyBase< NoThrowStrategy > +IStrategy + +
+ + + + + + + + + + + + + + + +

+Public Member Functions

 TestSpaceToBatchNdLayerVisitor (const Descriptor &descriptor, const char *layerName=nullptr)
 
void ExecuteStrategy (const armnn::IConnectableLayer *layer, const armnn::BaseDescriptor &descriptor, const std::vector< armnn::ConstTensor > &constants, const char *layerName, const armnn::LayerBindingId id=0) override
 
- Public Member Functions inherited from TestLayerVisitor
 TestLayerVisitor (const char *name)
 
- Public Member Functions inherited from StrategyBase< NoThrowStrategy >
virtual void ExecuteStrategy (const armnn::IConnectableLayer *layer, const armnn::BaseDescriptor &descriptor, const std::vector< armnn::ConstTensor > &constants, const char *name, const armnn::LayerBindingId id=0) override
 
- Public Member Functions inherited from IStrategy
virtual void FinishStrategy ()
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Additional Inherited Members

- Protected Member Functions inherited from TestLayerVisitor
virtual ~TestLayerVisitor ()
 
void CheckLayerName (const char *name)
 
void CheckLayerPointer (const IConnectableLayer *layer)
 
void CheckConstTensors (const ConstTensor &expected, const ConstTensor &actual)
 
void CheckConstTensors (const ConstTensor &expected, const ConstTensorHandle &actual)
 
void CheckConstTensorPtrs (const std::string &name, const ConstTensor *expected, const ConstTensor *actual)
 
void CheckConstTensorPtrs (const std::string &name, const ConstTensor *expected, const std::shared_ptr< ConstTensorHandle > actual)
 
void CheckOptionalConstTensors (const Optional< ConstTensor > &expected, const Optional< ConstTensor > &actual)
 
- Protected Member Functions inherited from StrategyBase< NoThrowStrategy >
virtual ~StrategyBase ()
 
- Protected Member Functions inherited from IStrategy
 IStrategy ()
 
virtual ~IStrategy ()
 
- Protected Attributes inherited from StrategyBase< NoThrowStrategy >
NoThrowStrategy m_DefaultStrategy
 
+

Detailed Description

+
+

Definition at line 83 of file TestNameAndDescriptorLayerVisitor.hpp.

+

Constructor & Destructor Documentation

+ +

◆ TestSpaceToBatchNdLayerVisitor()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
TestSpaceToBatchNdLayerVisitor (const Descriptordescriptor,
const char * layerName = nullptr 
)
+
+inlineexplicit
+
+ +

Definition at line 83 of file TestNameAndDescriptorLayerVisitor.hpp.

+ +
+
+

Member Function Documentation

+ +

◆ ExecuteStrategy()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void ExecuteStrategy (const armnn::IConnectableLayerlayer,
const armnn::BaseDescriptordescriptor,
const std::vector< armnn::ConstTensor > & constants,
const char * layerName,
const armnn::LayerBindingId id = 0 
)
+
+inlineoverride
+
+ +

Definition at line 83 of file TestNameAndDescriptorLayerVisitor.hpp.

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