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

Method transform_feat

graphlearn/python/nn/tf/data/batchgraph.py:125–127  ·  view source on GitHub ↗
(feat, schema)

Source from the content-addressed store, hash-verified

123 and returns a transformed version.
124 """
125 def transform_feat(feat, schema):
126 feat_handler = FeatureHandler(schema[0], schema[1])
127 return feat_handler.forward(feat)
128
129 if self.node_schema is None:
130 return self

Callers

nothing calls this directly

Calls 2

forwardMethod · 0.95
FeatureHandlerClass · 0.90

Tested by

no test coverage detected