38 auto k = std::make_unique<kernels::ClElementWiseUnaryKernel>();
40 _kernel = std::move(
k);
Store the tensor's metadata.
SimpleTensor< float > src
Copyright (c) 2017-2023 Arm Limited.
void configure(const CLCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst)
Configure operator for a given list of arguments.
static Status validate(const ITensorInfo *src, const ITensorInfo *dst)
Static function to check if given info will lead to a valid configuration.
#define ARM_COMPUTE_LOG_PARAMS(...)
static Status validate(const ITensorInfo *src, const ITensorInfo *dst, const ElementWiseUnary &op)
Static function to check if given info will lead to a valid configuration.