24 #ifndef ARM_COMPUTE_CLPIXELWISEMULTIPLICATION_H 25 #define ARM_COMPUTE_CLPIXELWISEMULTIPLICATION_H 33 class CLCompileContext;
124 std::unique_ptr<Impl> _impl;
178 std::unique_ptr<Impl> _impl;
Base class for all functions.
void run() override
Run the kernels contained in the function.
Basic function to run opencl::ClComplexMul.
void configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, float scale, ConvertPolicy overflow_policy, RoundingPolicy rounding_policy, const ActivationLayerInfo &act_info=ActivationLayerInfo())
Initialise the kernel's inputs, output and convertion policy.
Store the tensor's metadata.
CLPixelWiseMultiplication & operator=(const CLPixelWiseMultiplication &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
Activation Layer Information class.
Copyright (c) 2017-2022 Arm Limited.
RoundingPolicy
Rounding method.
Basic function to run opencl::ClMul.
Interface for OpenCL tensor.
CLPixelWiseMultiplication()
Default Constructor.
ConvertPolicy
Policy to handle integer overflow.
static Status validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInfo *output, float scale, ConvertPolicy overflow_policy, RoundingPolicy rounding_policy, const ActivationLayerInfo &act_info=ActivationLayerInfo())
Static function to check if given info will lead to a valid configuration of CLPixelWiseMultiplicatio...
~CLPixelWiseMultiplication()
Default Destructor.