24 #ifndef ARM_COMPUTE_CLL2NORMALIZELAYER_H 25 #define ARM_COMPUTE_CLL2NORMALIZELAYER_H 39 class CLCompileContext;
40 class CLL2NormalizeLayerKernel;
111 std::unique_ptr<CLL2NormalizeLayerKernel> _normalize_kernel;
static Status validate(const ITensorInfo *input, const ITensorInfo *output, int axis, float epsilon=1e-12f)
Static function to check if given info will lead to a valid configuration of CLL2NormalizeLayer.
Base class for all functions.
Store the tensor's metadata.
Copyright (c) 2017-2023 Arm Limited.
CLL2NormalizeLayer(std::shared_ptr< IMemoryManager > memory_manager=nullptr)
Constructor.
~CLL2NormalizeLayer()
Default Destructor.
void configure(ICLTensor *input, ICLTensor *output, int axis, float epsilon=1e-12f)
Set the input and output tensors.
CLL2NormalizeLayer & operator=(const CLL2NormalizeLayer &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
Basic function to perform a L2 normalization on a given axis.
void run() override
Run the kernels contained in the function.
Interface for OpenCL tensor.
Perform reduction operation.
Basic implementation of the OpenCL tensor interface.