Searched refs:DoEmbeddingLookup (Results 1 – 2 of 2) sorted by relevance
135 void DoEmbeddingLookup(Key key, const LookupIds &lookup_ids, KVMessage *res);
370 void ParameterServer::DoEmbeddingLookup(Key key, const LookupIds &lookup_ids, KVMessage *res) { in DoEmbeddingLookup() function in mindspore::ps::ParameterServer800 ps_->DoEmbeddingLookup(key, keys, &res_data); in HandleEmbeddingLookup()