ONE - On-device Neural Engine
|
Class to perform EmbeddingLookup operation. More...
#include <CLEmbeddingLookup.h>
Public Member Functions | |
void | configure (const ICLTensor *input, ICLTensor *output, const ICLTensor *lookups) |
Set the input and output tensors. | |
Class to perform EmbeddingLookup operation.
Definition at line 61 of file CLEmbeddingLookup.h.
void CLEmbeddingLookup::configure | ( | const ICLTensor * | input, |
ICLTensor * | output, | ||
const ICLTensor * | lookups | ||
) |
Set the input and output tensors.
[in] | input | Source tensor. Data types supported: U8/S8/QASYMM8/U16/S16/U32/S32/F16/F32 |
[out] | output | Destination tensor. Data types and data layouts supported: Same as input . |
[in] | lookups | Lookups 1D tensor that values are indices into the first dimension of input. |
Definition at line 46 of file CLEmbeddingLookup.cpp.