Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DOperationsExecutionUtils.h239 bool embeddingLookupPrepare(const Shape& valueShape, const Shape& lookupShape, Shape* outputShape);
/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp369 bool embeddingLookupPrepare(const Shape& valueShape, const Shape& lookupShape, Shape* outputShape) { in embeddingLookupPrepare() function
DCpuExecutor.cpp951 success = embeddingLookupPrepare(values.shape(), lookups.shape(), &outputShape) && in executeOperation()