Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h297 bool embeddingLookupPrepare(const Shape& valueShape, const Shape& lookupShape, Shape* outputShape);
/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp460 bool embeddingLookupPrepare(const Shape& valueShape, const Shape& lookupShape, Shape* outputShape) { in embeddingLookupPrepare() function
DCpuExecutor.cpp950 success = embeddingLookupPrepare(values.shape(), lookups.shape(), &outputShape) && in executeOperation()