cogdl.layers.maggregator

Module Contents

Classes

MeanAggregator

class cogdl.layers.maggregator.MeanAggregator(in_channels, out_channels, improved=False, cached=False, bias=True)[source]

Bases: torch.nn.Module

static norm(x, edge_index)[source]
forward(self, x, edge_index, edge_weight=None, bias=True)[source]
update(self, aggr_out)[source]
__repr__(self)[source]