MCPcopy Create free account
hub / github.com/alibaba/euler / __call__

Method __call__

tf_euler/python/graph_pool/base_pool.py:26–29  ·  view source on GitHub ↗
(self, inputs, index, size=None)

Source from the content-addressed store, hash-verified

24 self.aggr = aggr
25
26 def __call__(self, inputs, index, size=None):
27 size = tf.reduce_max(index) + 1 if size is None else size
28 out = scatter_(self.aggr, inputs, index, size)
29 return out

Callers

nothing calls this directly

Calls 1

scatter_Function · 0.90

Tested by

no test coverage detected