ONE - On-device Neural Engine
|
#include <CLNeg.h>
Public Member Functions | |
void | configure (ICLTensor *input, ICLTensor *output) |
void CLNeg::configure | ( | ICLTensor * | input, |
ICLTensor * | output | ||
) |
Initialise the function's source and destination.
[in] | input | Source tensor. Data types supported: U8/S8/QASYMM8/U16/S16/F16/U32/S32/F32. |
[out] | output | Output tensor. Data types supported: Same as input . |
Definition at line 47 of file CLNeg.cpp.