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

Method get_conv

tf_euler/python/mp_utils/base_gnn.py:46–47  ·  view source on GitHub ↗
(self, conv_class, dim)

Source from the content-addressed store, hash-verified

44 self.sampler = flow_class(fanouts, metapath, add_self_loops, max_id=max_id)
45
46 def get_conv(self, conv_class, dim):
47 return conv_class(dim)
48
49 def to_x(self, n_id):
50 raise NotImplementedError

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected