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

Method feature_spec

graphlearn/python/data/decoder.py:204–207  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

202
203 @property
204 def feature_spec(self):
205 if not self._fspec:
206 self._build_feature_spec()
207 return self._fspec
208
209 def format_attrs(self, int_attrs, float_attrs, string_attrs):
210 """ Reshape and format attributes with int_attr_num, float_attr_num

Callers

nothing calls this directly

Calls 1

_build_feature_specMethod · 0.95

Tested by

no test coverage detected