MCPcopy Create free account
hub / github.com/alibaba/euler / to_x

Method to_x

tf_euler/python/mp_utils/graph_gnn.py:62–63  ·  view source on GitHub ↗
(self, n_id)

Source from the content-addressed store, hash-verified

60 return conv_class(dim)
61
62 def to_x(self, n_id):
63 raise NotImplementedError
64
65 def to_edge(self, n_id_src, n_id_dst, e_id):
66 return e_id

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected