↓ 5 callersMethod__init__(self, in_dim, emb_dim, num_layer, kernel='gcn', drop_ratio=0,
act='relu', norm='batchnorm',
code/model.py:49
↓ 1 callersMethod__init__(self, data, num_hops=1, max_nodes=100, dataset_name="Cora", transform=None, pre_transform=None)
code/SubgraphDataset.py:52
Method__init__(self, root, name, transform=None, pre_transform=None, random_seed=717,
train_size=0.7, val_s
code/dataset_benchmark.py:111
Method__init__(self, data, num_hops=1, max_nodes=100, dataset_name="Arxiv", transform=None, pre_transform=None)
code/SubgraphDataset.py:148
Method__init__(self, in_dim, emb_dim, num_layer, kernel='gcn', drop_ratio=0,
act='relu', norm=None, concat=
code/model.py:208