MCPcopy 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
28class DynamicSparseSpec(object):
29 def __init__(self, dimension, need_hash):
30 self.dimension = dimension
31 self.need_hash = need_hash
32
33class DenseSpec(object):
34 def __init__(self):

Callers 1

append_sparseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected