23.11
|
Go to the documentation of this file.
24 #ifndef ARM_COMPUTE_CLQLSTMLAYERVNORMALIZATIONKERNEL_H
25 #define ARM_COMPUTE_CLQLSTMLAYERVNORMALIZATIONKERNEL_H
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *weight, const ITensorInfo *bias)
Static function to check if given info will lead to a valid configuration of CLQLSTMLayerNormalizatio...
void configure(const ICLTensor *input, ICLTensor *output, const ICLTensor *weight, const ICLTensor *bias)
Initialise the kernel's input and outputs.
Interface for OpenCL tensor.
CLQLSTMLayerNormalizationKernel()
Default constructor.
~CLQLSTMLayerNormalizationKernel()=default
Default destructor.
Common interface for all the OpenCL kernels.
Interface for the kernel to do layer normalization.
const Window & window() const
The maximum window the kernel can be executed on.
Describe a multidimensional execution window.
Copyright (c) 2017-2023 Arm Limited.
void run(const Window &window, cl::CommandQueue &queue) override
Enqueue the OpenCL kernel to process the given window on the passed OpenCL command queue.
Store the tensor's metadata.
CLQLSTMLayerNormalizationKernel & operator=(const CLQLSTMLayerNormalizationKernel &)=delete
Prevent instances of this class from being copied (As this class contains pointers)