LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
sgl/__init__.py
sgl/data/__init__.py
sgl/data/base_data.py
sgl/data/base_dataset.py
sgl/data/utils.py
sgl/dataset/__init__.py
sgl/dataset/acm.py
sgl/dataset/actor.py
sgl/dataset/airports.py
sgl/dataset/amazon.py
sgl/dataset/amazon_product.py
sgl/dataset/choose_edge_type.py
sgl/dataset/coauthor.py
sgl/dataset/dblp.py
sgl/dataset/dblp_original.py
sgl/dataset/facebook.py
sgl/dataset/flickr.py
sgl/dataset/github.py
sgl/dataset/karateclub.py
sgl/dataset/linkx_dataset.py
sgl/dataset/nell.py
sgl/dataset/ogbn.py
sgl/dataset/ogbn_mag.py
sgl/dataset/planetoid.py
sgl/dataset/reddit.py
sgl/dataset/twitch.py
sgl/dataset/utils.py
sgl/dataset/webkb.py
sgl/dataset/wikics.py
sgl/etc/__init__.py
sgl/etc/auto_select_edge_type_for_nars.py
sgl/etc/hetero_search.py
sgl/etc/hetero_test.py
sgl/etc/stability_of_subgraph_weight.py
sgl/models/__init__.py
sgl/models/base_model.py
sgl/models/search_models.py
sgl/models/simple_models.py
sgl/models/hetero/__init__.py
sgl/models/hetero/fast_nars_sgc.py
sgl/models/hetero/nars_sign.py
sgl/models/homo/__init__.py
sgl/models/homo/gamlp.py
sgl/models/homo/gamlp_recursive.py
sgl/models/homo/gbp.py
sgl/models/homo/sgc.py
sgl/models/homo/sign.py
sgl/models/homo/ssgc.py
sgl/operators/__init__.py
sgl/operators/base_op.py
sgl/operators/utils.py
sgl/operators/graph_op/__init__.py
sgl/operators/graph_op/laplacian_graph_op.py
sgl/operators/graph_op/ppr_graph_op.py
sgl/operators/message_op/__init__.py
sgl/operators/message_op/concat_message_op.py
sgl/operators/message_op/iterate_learnable_weighted_message_op.py
sgl/operators/message_op/last_message_op.py
sgl/operators/message_op/learnable_weighted_messahe_op.py
sgl/operators/message_op/max_message_op.py
sgl/operators/message_op/mean_message_op.py
sgl/operators/message_op/min_message_op.py
sgl/operators/message_op/projected_concat_message_op.py
sgl/operators/message_op/simple_weighted_message_op.py
sgl/operators/message_op/sum_message_op.py
sgl/search/__init__.py
sgl/search/auto_search.py
sgl/search/base_search.py
sgl/search/utils.py
sgl/tasks/__init__.py
sgl/tasks/base_task.py
sgl/tasks/clustering_metrics.py
sgl/tasks/node_classification.py
sgl/tasks/node_clustering.py
sgl/tasks/utils.py
sgl/utils/__init__.py
sgl/utils/auto_choose_gpu.py
sgl_dair.egg-info/PKG-INFO
sgl_dair.egg-info/SOURCES.txt
sgl_dair.egg-info/dependency_links.txt
sgl_dair.egg-info/requires.txt
sgl_dair.egg-info/top_level.txt