ArmNN
 22.05.01
TestSubtractionLayerVisitor Class Reference

#include <TestNameOnlyLayerVisitor.hpp>

Inheritance diagram for TestSubtractionLayerVisitor:
TestLayerVisitor StrategyBase< NoThrowStrategy > IStrategy

Public Member Functions

 TestSubtractionLayerVisitor (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 55 of file TestNameOnlyLayerVisitor.hpp.

Constructor & Destructor Documentation

◆ TestSubtractionLayerVisitor()

TestSubtractionLayerVisitor ( const char *  layerName = nullptr)
inlineexplicit

Definition at line 55 of file TestNameOnlyLayerVisitor.hpp.

Member Function Documentation

◆ ExecuteStrategy()

void ExecuteStrategy ( const armnn::IConnectableLayer layer,
const armnn::BaseDescriptor descriptor,
const std::vector< armnn::ConstTensor > &  constants,
const char *  layerName,
const armnn::LayerBindingId  id = 0 
)
inlineoverride

Definition at line 55 of file TestNameOnlyLayerVisitor.hpp.


The documentation for this class was generated from the following file: