ONE - On-device Neural Engine
|
Class to run INESimpleFunctionNoBorder. More...
#include <NECastBool.h>
Public Member Functions | |
void | configure (const ITensor *input, ITensor *output) |
Static Public Member Functions | |
static Status | validate (const ITensorInfo *input, const ITensorInfo *output) |
Class to run INESimpleFunctionNoBorder.
Definition at line 54 of file NECastBool.h.
void NECastBool::configure | ( | const ITensor * | input, |
ITensor * | output | ||
) |
Initialize the function's source, destination
Valid conversions Input -> Output :
[in] | input | The input tensor to convert. Data types supported: U8 |
[out] | output | The output tensor. Data types supported: U8/S8/U16/S16/U32/S32/F16/F32. |
Definition at line 46 of file NECastBool.cpp.
|
static |
Static function to check if given info will lead to a valid configuration of NECastBool
[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 53 of file NECastBool.cpp.
References arm_compute::NECastBoolKernel::validate().