35 "InputLayer should already have the TensorInfo set.");
LayerBindingId GetBindingId() const
BindableLayer(unsigned int numInputSlots, unsigned int numOutputSlots, LayerType type, const char *name, LayerBindingId id)
virtual void ExecuteStrategy(const IConnectableLayer *layer, const armnn::BaseDescriptor &descriptor, const std::vector< armnn::ConstTensor > &constants, const char *name, const armnn::LayerBindingId id=0)=0
LayerType * CloneBase(Graph &graph, Params &&... params) const
const OutputHandler & GetOutputHandler(unsigned int i=0) const
const char * GetName() const override
Returns the name of the layer.
virtual const BaseDescriptor & GetParameters() const override
If the layer has a descriptor return it.
Copyright (c) 2021 ARM Limited and Contributors.
LayerType
When adding a new layer, adapt also the LastLayer enum value in the enum class LayerType below.
int LayerBindingId
Type of identifiers for bindable layers (inputs, outputs).
void ConditionalThrow(bool condition, const std::string &message)
void IgnoreUnused(Ts &&...)