Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/euler
/ pool
Method
pool
tf_euler/python/utils/aggregators.py:87–88 ·
view source on GitHub ↗
(self, inputs)
Source
from the content-addressed store, hash-verified
85
return
self.pool(embedding)
86
87
def
pool(self, inputs):
88
raise
NotImplementedError()
89
90
91
class
MeanPoolAggregator(BasePoolAggregator):
Callers
1
aggregate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected