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

Method get_graph_pool

tf_euler/python/mp_utils/graph_gnn.py:56–57  ·  view source on GitHub ↗
(self, graph_pool)

Source from the content-addressed store, hash-verified

54 raise NotImplementedError
55
56 def get_graph_pool(self, graph_pool):
57 return graph_pool('add')
58
59 def get_conv(self, conv_class, dim):
60 return conv_class(dim)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected