ONE - On-device Neural Engine
|
#include <CLBinaryLogicalOp.h>
Public Member Functions | |
void | configure (ICLTensor *input1, ICLTensor *input2, ICLTensor *output, BinaryLogicalOperation op) |
Definition at line 52 of file CLBinaryLogicalOp.h.
void CLBinaryLogicalOp::configure | ( | ICLTensor * | input1, |
ICLTensor * | input2, | ||
ICLTensor * | output, | ||
BinaryLogicalOperation | op | ||
) |
Initialise the function's source and destination.
[in] | input1 | Source tensor1. Data types supported: U8, QASYMM8. |
[in] | input2 | Source tensor2. Data types supported: U8 QASYMM8. |
[out] | output | Output tensor. Data types supported: U8, QASYMM8. |
Definition at line 49 of file CLBinaryLogicalOp.cpp.