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

Method aggregate

tf_euler/python/utils/aggregators.py:66–67  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

64 return tf.add(from_self, from_neighs)
65
66 def aggregate(self, inputs):
67 raise NotImplementedError()
68
69
70class MeanAggregator(BaseAggregator):

Callers 1

callMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected