23.11
|
Go to the documentation of this file.
36 struct CLDequantizationLayer::Impl
38 const ICLTensor *
src{
nullptr};
39 ICLTensor *
dst{
nullptr};
40 std::unique_ptr<opencl::ClDequantize> op{
nullptr};
61 _impl->op = std::make_unique<opencl::ClDequantize>();
62 _impl->op->configure(compile_context,
input->info(), output->
info());
SimpleTensor< float > src
Interface for OpenCL tensor.
~CLDequantizationLayer()
Default Destructor.
void add_tensor(int id, ITensor *tensor)
Add tensor to the pack.
static CLKernelLibrary & get()
Access the KernelLibrary singleton.
Manages all the OpenCL kernels compilation and caching, provides accessors for the OpenCL Context.
virtual ITensorInfo * info() const =0
Interface to be implemented by the child class to return the tensor's metadata.
CLDequantizationLayer()
Default Constructor.
void configure(const ICLTensor *input, ICLTensor *output)
Set the input and output tensors.
void run() override
Run the kernels contained in the function.
Copyright (c) 2017-2023 Arm Limited.
static Status validate(const ITensorInfo *input, const ITensorInfo *output)
Static function to check if given info will lead to a valid configuration of CLDequantizationLayer.
Store the tensor's metadata.
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(...)