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

Method __init__

tf_euler/python/utils/aggregators.py:77–79  ·  view source on GitHub ↗
(self, dim, *args, **kwargs)

Source from the content-addressed store, hash-verified

75class BasePoolAggregator(BaseAggregator):
76
77 def __init__(self, dim, *args, **kwargs):
78 super(BasePoolAggregator, self).__init__(dim, *args, **kwargs)
79 self.layers = [layers.Dense(dim, activation=tf.nn.relu)]
80
81 def aggregate(self, inputs):
82 embedding = inputs

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected