23.08
|
Go to the documentation of this file.
43 auto k = std::make_unique<CLNormalizePlanarYUVLayerKernel>();
44 k->configure(compile_context,
input, output, mean, std);
45 _kernel = std::move(
k);
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *mean, const ITensorInfo *std)
Static function to check if given info will lead to a valid configuration of CLNormalizePlanarYUVLaye...
Interface for OpenCL tensor.
static CLKernelLibrary & get()
Access the KernelLibrary singleton.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *mean, const ITensorInfo *std)
Static function to check if given info will lead to a valid configuration of CLNormalizePlanarYUVLaye...
Copyright (c) 2017-2023 Arm Limited.
Store the tensor's metadata.
#define ARM_COMPUTE_LOG_PARAMS(...)
void configure(const ICLTensor *input, ICLTensor *output, const ICLTensor *mean, const ICLTensor *std)
Set the input and output tensors.