33 struct CLQuantizationLayer::Impl
35 const ICLTensor *
src{
nullptr };
36 ICLTensor *
dst{
nullptr };
37 std::unique_ptr<opencl::ClQuantize> op{
nullptr };
41 : _impl(
std::make_unique<Impl>())
56 _impl->op = std::make_unique<opencl::ClQuantize>();
57 _impl->op->configure(compile_context, input->
info(), output->
info());
static CLKernelLibrary & get()
Access the KernelLibrary singleton.
Store the tensor's metadata.
Manages all the OpenCL kernels compilation and caching, provides accessors for the OpenCL Context...
static Status validate(const ITensorInfo *src, const ITensorInfo *dst)
Static function to check if given info will lead to a valid configuration.
CLQuantizationLayer()
Default Constructor.
SimpleTensor< float > src
~CLQuantizationLayer()
Default Destructor.
Copyright (c) 2017-2022 Arm Limited.
void run() override
Run the kernels contained in the function.
virtual ITensorInfo * info() const =0
Interface to be implemented by the child class to return the tensor's metadata.
void configure(const ICLTensor *input, ICLTensor *output)
Set the input and output tensors.
Interface for OpenCL tensor.
static Status validate(const ITensorInfo *input, const ITensorInfo *output)
Static function to check if given info will lead to a valid configuration of CLQuantizationLayer.
void add_tensor(int id, ITensor *tensor)
Add tensor to the pack.