Searched refs:embeddingLookupPrepare (Results 1 – 3 of 3) sorted by relevance
313 bool embeddingLookupPrepare(const Shape& valueShape, const Shape& lookupShape, Shape* outputShape);
462 bool embeddingLookupPrepare(const Shape& valueShape, const Shape& lookupShape, Shape* outputShape) { in embeddingLookupPrepare() function
1006 success = embeddingLookupPrepare(values.shape(), lookups.shape(), &outputShape) && in executeOperation()