Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
class
MeanAggregator(BaseAggregator):
Callers
1
call
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected