MCPcopy 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
109aggregators = {

Callers 4

embedMethod · 0.45
embedMethod · 0.45
embedMethod · 0.45
embedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected