Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ DynamicSparseSpec
Class
DynamicSparseSpec
graphlearn/python/data/feature_spec.py:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
self.need_hash = need_hash
27
28
class
DynamicSparseSpec(object):
29
def
__init__(self, dimension, need_hash):
30
self.dimension = dimension
31
self.need_hash = need_hash
32
33
class
DenseSpec(object):
34
def
__init__(self):
Callers
1
append_sparse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected