ONE - On-device Neural Engine
|
Class for the kernel converting boolean type. More...
#include <CLCastBoolKernel.h>
Public Member Functions | |
void | configure (const ICLTensor *input, ICLTensor *output) |
Initialise the kernel's input and output. | |
Static Public Member Functions | |
static Status | validate (const ITensorInfo *input, const ITensorInfo *output) |
Class for the kernel converting boolean type.
Definition at line 59 of file CLCastBoolKernel.h.
void arm_compute::CLCastBoolKernel::configure | ( | const ICLTensor * | input, |
ICLTensor * | output | ||
) |
Initialise the kernel's input and output.
[in] | input | Input tensor. Data types supported: U8 |
[in] | output | Output tensor. Data types supported: U8/QASYMM8/S16/S32/F16/F32. |
Definition at line 85 of file CLCastBoolKernel.cpp.
References arm_compute::CLKernelLibraryEx::create_kernel(), and arm_compute::CLKernelLibraryEx::get().
|
static |
Static function to check if given info will lead to a valid configuration of CLCastBoolKernel
[in] | input | Source tensor info. Data types supported: U8. |
[in] | output | Destination tensor info. Data type supported: U8/S8/U16/S16/U32/S32/F16/F32. |
Definition at line 129 of file CLCastBoolKernel.cpp.