out = ( deg.view(-1,1) * self.lin1(x) + aggr_out) + self.lin2(x) edge_index, edge_weight = add_self_loops(edge_index=edge_index, edge_weight=edge_weight, num_nodes=num_nodes)returnout 开发者ID:malllabiisc,项目名称:ASAP,代码行数:19,代码来源:le_conv.py 示例11: contains_iso...