24.08
|
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.
A L2NormalizationDescriptor for the L2NormalizationLayer.
~L2NormalizationLayer()=default
Default destructor.
void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s) will lead to a valid configuration of L2NormalizationLayer.
L2NormalizationLayer(const L2NormalizationDescriptor ¶m, const char *name)
Constructor to create a L2NormalizationLayer.
This layer represents a L2 normalization operation.
L2NormalizationLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.
Copyright (c) 2021 ARM Limited and Contributors.
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
Makes a workload for the L2Normalization type.