MCPcopy 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
91class MeanPoolAggregator(BasePoolAggregator):

Callers 1

aggregateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected