MCPcopy Create free account
hub / github.com/HKUDS/PromptMM / get_embedding

Method get_embedding

codes/Models.py:528–529  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

526
527
528 def get_embedding(self):
529 return self.user_id_embedding, self.item_id_embedding
530
531
532 def forward(self, pre_user, pre_item, ):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected