ONE - On-device Neural Engine
|
Class to run CLCastBoolKernel. This converts the boolean input tensor to the output tensor's type. More...
#include <CLCastBool.h>
Public Member Functions | |
void | configure (ICLTensor *input, ICLTensor *output) |
Initialise the kernel's input and output. | |
Class to run CLCastBoolKernel. This converts the boolean input tensor to the output tensor's type.
Definition at line 60 of file CLCastBool.h.
void CLCastBool::configure | ( | ICLTensor * | input, |
ICLTensor * | output | ||
) |
Initialise the kernel's input and output.
[in] | input | Input tensor. Data types supported: U8 |
[out] | output | Output tensor. Data types supported: U8/S8/U16/S16/U32/F16/F32. |
Definition at line 47 of file CLCastBool.cpp.