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

Method weights

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

Source from the content-addressed store, hash-verified

76
77 @property
78 def weights(self):
79 self._init()
80 return self._weights
81
82 @property
83 def labels(self):

Callers

nothing calls this directly

Calls 2

_initMethod · 0.95
_reshapeMethod · 0.95

Tested by

no test coverage detected