Home
last modified time | relevance | path

Searched refs:embeddingLookupPrepare (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/include/
DOperationsUtils.h313 bool embeddingLookupPrepare(const Shape& valueShape, const Shape& lookupShape, Shape* outputShape);
/frameworks/ml/nn/common/
DOperationsUtils.cpp462 bool embeddingLookupPrepare(const Shape& valueShape, const Shape& lookupShape, Shape* outputShape) { in embeddingLookupPrepare() function
DCpuExecutor.cpp1006 success = embeddingLookupPrepare(values.shape(), lookups.shape(), &outputShape) && in executeOperation()