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