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

Method get_conv

tf_euler/python/mp_utils/graph_gnn.py:59–60  ·  view source on GitHub ↗
(self, conv_class, dim)

Source from the content-addressed store, hash-verified

57 return graph_pool('add')
58
59 def get_conv(self, conv_class, dim):
60 return conv_class(dim)
61
62 def to_x(self, n_id):
63 raise NotImplementedError

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected