23.08
|
Go to the documentation of this file.
24 #ifndef ARM_COMPUTE_CLCAST_H
25 #define ARM_COMPUTE_CLCAST_H
35 class CLCompileContext;
98 std::unique_ptr<Impl> _impl;
Base class for all functions.
Interface for OpenCL tensor.
void configure(const ICLTensor *input, ICLTensor *output, ConvertPolicy policy)
Initialize the function's source, destination.
Basic function to run opencl::kernels::ClCastKernel.
CLCast & operator=(const CLCast &)=delete
Prevent instances of this class from being copied (As this class contains pointers)
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.
void run() override
Run the kernels contained in the function.
Copyright (c) 2017-2023 Arm Limited.
ConvertPolicy
Policy to handle integer overflow.
Store the tensor's metadata.