24.08
|
Go to the documentation of this file.
22 void Apply(
const std::string&) {};
26 template <
typename DefaultStrategy>
35 const std::vector<armnn::ConstTensor>& constants,
DefaultStrategy m_DefaultStrategy
Strategy base class with empty implementations.
const char * GetLayerTypeAsCString(LayerType type)
int LayerBindingId
Type of identifiers for bindable layers (inputs, outputs).
void Apply(const std::string &errorMessage="")
virtual LayerType GetType() const =0
Returns the armnn::LayerType of this layer.
Base class for all descriptors.
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
void IgnoreUnused(Ts &&...)
Copyright (c) 2021 ARM Limited and Contributors.
Interface for a layer that is connectable to other layers via InputSlots and OutputSlots.
void Apply(const std::string &)