MCPcopy Create free account
hub / github.com/alibaba/graph-learn / _get_decoder

Method _get_decoder

graphlearn/python/data/values.py:265–266  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

263 self._in_degrees = {}
264
265 def _get_decoder(self):
266 return self._graph.get_node_decoder(self._type)
267
268 def _lookup(self):
269 return self._graph.lookup_nodes(self._type, self._ids)

Callers 2

embedding_aggMethod · 0.95
embedding_aggMethod · 0.45

Calls 1

get_node_decoderMethod · 0.80

Tested by

no test coverage detected