gammagl.models.HCHA

class HCHA(in_channels, out_channels, hidden_channels, ea_len, use_attention=False, heads=2, concat=True, negative_slope=0.2, dropout=0.2, bias=True, num_layers=2, name=None)[source]
forward(x, hyperedge_index, hyperedge_weight, hyperedge_attr=None)[source]