24 #ifndef ARM_COMPUTE_CL_MUL_H 25 #define ARM_COMPUTE_CL_MUL_H Basic function to run opencl::kernels::ClMulKernel.
Store the tensor's metadata.
Activation Layer Information class.
Copyright (c) 2017-2021 Arm Limited.
Basic function to run opencl::kernels::ClComplexMulKernel.
static Status validate(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *dst, 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.
RoundingPolicy
Rounding method.
Basic interface for functions which have a single async CL kernel.
void configure(const CLCompileContext &compile_context, ITensorInfo *src1, ITensorInfo *src2, ITensorInfo *dst, float scale, ConvertPolicy overflow_policy, RoundingPolicy rounding_policy, const ActivationLayerInfo &act_info=ActivationLayerInfo())
Initialise the kernel's sources, dst and convertion policy.
ConvertPolicy
Policy to handle integer overflow.