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:105–106 ·
view source on GitHub ↗
(self, inputs)
Source
from the content-addressed store, hash-verified
103
super(MaxPoolAggregator, self).__init__(dim, *args, **kwargs)
104
105
def
pool(self, inputs):
106
return
tf.reduce_max(inputs, axis=1)
107
108
109
aggregators = {
Callers
4
embed
Method · 0.45
embed
Method · 0.45
embed
Method · 0.45
embed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected