24 #ifndef ARM_COMPUTE_CLCAST_H 25 #define ARM_COMPUTE_CLCAST_H 35 class CLCompileContext;
113 std::unique_ptr<Impl> _impl;
Base class for all functions.
void run() override
Run the kernels contained in the function.
Store the tensor's metadata.
Copyright (c) 2017-2022 Arm Limited.
void configure(const ICLTensor *input, ICLTensor *output, ConvertPolicy policy)
Initialize the function's source, destination.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, ConvertPolicy policy)
Static function to check if given info will lead to a valid configuration of CLCast.
Interface for OpenCL tensor.
CLCast & operator=(const CLCast &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
Basic function to run opencl::kernels::ClCastKernel.
ConvertPolicy
Policy to handle integer overflow.