24 #ifndef ARM_COMPUTE_CLMEANSTDDEVNORMALIZATIONLAYER_H 25 #define ARM_COMPUTE_CLMEANSTDDEVNORMALIZATIONLAYER_H 32 class CLCompileContext;
static Status validate(const ITensorInfo *input, const ITensorInfo *output=nullptr, float epsilon=1e-8f)
Static function to check if given info will lead to a valid configuration of CLMeanStdDevNormalizatio...
Basic function to execute mean and standard deviation normalization by calling CLMeanStdDevNormalizat...
Store the tensor's metadata.
void configure(ICLTensor *input, ICLTensor *output=nullptr, float epsilon=1e-8f)
Initialise the function's input and outputs.
Copyright (c) 2017-2023 Arm Limited.
Basic interface for functions which have a single OpenCL kernel.
Interface for OpenCL tensor.