.copyright.hook
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
README.zh.md
requirements.txt
setup.py
.github/workflows/build_and_upload_PyPI.yml
.github/workflows/manully_test_PYPI.yml
apps/GNNAutoScale/README.md
apps/GNNAutoScale/dataset.py
apps/GNNAutoScale/graph_partition.py
apps/GNNAutoScale/history.py
apps/GNNAutoScale/utils.py
apps/GNNAutoScale/examples/run.py
apps/GNNAutoScale/examples/config/arxiv/gcn.yaml
apps/GNNAutoScale/examples/config/arxiv/gcnii.yaml
apps/GNNAutoScale/examples/config/citeseer/appnp.yaml
apps/GNNAutoScale/examples/config/citeseer/gat.yaml
apps/GNNAutoScale/examples/config/citeseer/gcn.yaml
apps/GNNAutoScale/examples/config/citeseer/gcnii.yaml
apps/GNNAutoScale/examples/config/cora/appnp.yaml
apps/GNNAutoScale/examples/config/cora/gat.yaml
apps/GNNAutoScale/examples/config/cora/gcn.yaml
apps/GNNAutoScale/examples/config/cora/gcnii.yaml
apps/GNNAutoScale/examples/config/pubmed/appnp.yaml
apps/GNNAutoScale/examples/config/pubmed/gat.yaml
apps/GNNAutoScale/examples/config/pubmed/gcn.yaml
apps/GNNAutoScale/examples/config/pubmed/gcnii.yaml
apps/GNNAutoScale/examples/config/reddit/gcn.yaml
apps/GNNAutoScale/examples/config/reddit/gcnii.yaml
apps/GNNAutoScale/gnn_models/__init__.py
apps/GNNAutoScale/gnn_models/appnp.py
apps/GNNAutoScale/gnn_models/base_model.py
apps/GNNAutoScale/gnn_models/gat.py
apps/GNNAutoScale/gnn_models/gcn.py
apps/GNNAutoScale/gnn_models/gcnii.py
apps/Graph4KG/README.md
apps/Graph4KG/architecture.png
apps/Graph4KG/config.py
apps/Graph4KG/dist_train.py
apps/Graph4KG/eval.py
apps/Graph4KG/train.py
apps/Graph4KG/utils.py
apps/Graph4KG/dataset/dataset.py
apps/Graph4KG/dataset/reader.py
apps/Graph4KG/dataset/trigraph.py
apps/Graph4KG/examples/download.sh
apps/Graph4KG/examples/fb15k.sh
apps/Graph4KG/examples/fb15k237.sh
apps/Graph4KG/examples/fb15k_dist.sh
apps/Graph4KG/examples/wikikg90m.sh
apps/Graph4KG/examples/wn18.sh
apps/Graph4KG/examples/wn18rr.sh
apps/Graph4KG/examples/REP/README.md
apps/Graph4KG/examples/REP/ote_orth.py
apps/Graph4KG/examples/REP/rep.py
apps/Graph4KG/examples/REP/rep_method.png
apps/Graph4KG/models/init_func.py
apps/Graph4KG/models/ke_model.py
apps/Graph4KG/models/loss_func.py
apps/Graph4KG/models/score_funcs.py
apps/Graph4Rec/README.md
apps/Graph4Rec/env_run/src/dist_cpu_infer.py
apps/Graph4Rec/env_run/src/dist_cpu_train.py
apps/Graph4Rec/env_run/src/infer.py
apps/Graph4Rec/env_run/src/train.py
apps/Graph4Rec/env_run/src/datasets/__init__.py
apps/Graph4Rec/env_run/src/datasets/dataset.py
apps/Graph4Rec/env_run/src/datasets/dist_dataloader.py
apps/Graph4Rec/env_run/src/datasets/ego_graph.py
apps/Graph4Rec/env_run/src/datasets/helper.py
apps/Graph4Rec/env_run/src/datasets/node.py
apps/Graph4Rec/env_run/src/datasets/pair.py
apps/Graph4Rec/env_run/src/datasets/sampling.py
apps/Graph4Rec/env_run/src/datasets/walk.py
apps/Graph4Rec/env_run/src/models/__init__.py
apps/Graph4Rec/env_run/src/models/embedding.py
apps/Graph4Rec/env_run/src/models/layers.py
apps/Graph4Rec/env_run/src/models/model.py
apps/Graph4Rec/env_run/src/utils/__init__.py
apps/Graph4Rec/env_run/src/utils/config.py
apps/Graph4Rec/env_run/src/utils/logger.py
apps/Graph4Rec/env_run/src/utils/ps_util.py
apps/Graph4Rec/img/architecture.png
apps/Graph4Rec/toy_data/ip_list.txt
apps/Graph4Rec/toy_data/node_types.txt
apps/Graph4Rec/toy_data/node_types_with_features.txt
apps/Graph4Rec/toy_data/u2buy2i.txt
apps/Graph4Rec/toy_data/u2buy2i_with_weight.txt
apps/Graph4Rec/toy_data/u2click2i.txt
apps/Graph4Rec/toy_data/u2click2i_with_weight.txt
apps/Graph4Rec/user_configs/deepwalk.yaml
apps/Graph4Rec/user_configs/gat.yaml
apps/Graph4Rec/user_configs/gatne.yaml
apps/Graph4Rec/user_configs/gin.yaml
apps/Graph4Rec/user_configs/graphsage.yaml
apps/Graph4Rec/user_configs/graphsage_with_features.yaml
apps/Graph4Rec/user_configs/lightgcn.yaml
apps/Graph4Rec/user_configs/metapath2vec.yaml
apps/Graph4Rec/user_configs/metapath2vec_with_features.yaml
apps/PGLBox/README.md
apps/PGLBox/README_EN.md
apps/PGLBox/demo_configs/mag240m_metapath2vec_ch.yaml
apps/PGLBox/demo_configs/mag240m_metapath2vec_en.yaml
apps/PGLBox/docker/Dockerfile
apps/PGLBox/docker/README.md
apps/PGLBox/docker/build.sh
apps/PGLBox/docker/pip.conf
apps/PGLBox/scripts/download_graph_data.py
apps/PGLBox/scripts/download_graph_data.sh
apps/PGLBox/scripts/train.sh
apps/PGLBox/scripts/util.sh
apps/PGLBox/sharding_tool/README.md
apps/PGLBox/sharding_tool/graph_sharding.py
apps/PGLBox/sharding_tool/run_sharding.sh
apps/PGLBox/src/cluster_train_and_infer.py
apps/PGLBox/src/config_fleet.py
apps/PGLBox/src/dataset.py
apps/PGLBox/src/distributed_program.py
apps/PGLBox/src/embedding.py
apps/PGLBox/src/env.sh
apps/PGLBox/src/graph.py
apps/PGLBox/src/helper.py
apps/PGLBox/src/place.py
apps/PGLBox/src/util.py
apps/PGLBox/src/util_config.py
apps/PGLBox/src/util_hadoop.py
apps/PGLBox/src/models/__init__.py
apps/PGLBox/src/models/auto_heter_gnn.py
apps/PGLBox/src/models/gnn_model.py
apps/PGLBox/src/models/layers.py
apps/PGLBox/src/models/loss.py
apps/PGLBox/src/models/model_util.py
apps/PGLBox/user_configs/degree_norm_lightgcn_ch.yaml
apps/PGLBox/user_configs/degree_norm_lightgcn_en.yaml
apps/PGLBox/user_configs/lightgcn_ch.yaml
apps/PGLBox/user_configs/lightgcn_en.yaml
apps/PGLBox/user_configs/metapath_ch.yaml
apps/PGLBox/user_configs/metapath_en.yaml
apps/PGLBox/wiki/application_on_edge_weight_ch.md
apps/PGLBox/wiki/application_on_edge_weight_en.md
apps/PGLBox/wiki/application_on_multi_edge_types_ch.md
apps/PGLBox/wiki/application_on_multi_edge_types_en.md
apps/PGLBox/wiki/application_on_no_slot_features_ch.md
apps/PGLBox/wiki/application_on_no_slot_features_en.md
apps/PGLBox/wiki/application_on_slot_features_ch.md
apps/PGLBox/wiki/application_on_slot_features_en.md
apps/PGLBox/wiki/data_format_ch.md
apps/PGLBox/wiki/data_format_en.md
apps/PGLBox/wiki/online_train_ch.md
apps/PGLBox/wiki/online_train_en.md
apps/PGLBox/wiki/train_infer_from_file_ch.md
apps/PGLBox/wiki/train_infer_from_file_en.md
course/README.md
docs/Makefile
docs/markdown2rst.py
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/team.rst
docs/source/_static/distributed_frame.png
docs/source/_static/framework_of_pgl.png
docs/source/_static/framework_of_pgl_en.png
docs/source/_static/heter_graph_introduction.png
docs/source/_static/him_message_passing.png
docs/source/_static/logo.png
docs/source/_static/message_passing_paradigm.png
docs/source/_static/metapath_result.png
docs/source/_static/metapath_sampling.png
docs/source/_static/parallel_degree_bucketing.png
docs/source/_static/quick_start_graph.png
docs/source/api/dataset.rst
docs/source/api/graph.rst
docs/source/api/heter_graph.rst
docs/source/api/message.rst
docs/source/api/nn.functional.rst
docs/source/api/nn.rst
docs/source/api/pgl.rst
docs/source/api/sampling.rst
docs/source/examples/citation_benchmark.rst
docs/source/examples/gat.rst
docs/source/examples/gcn.rst
docs/source/examples/gin.rst
docs/source/examples/graphsage.rst
docs/source/examples/rgcn.rst
docs/source/introduction/introduction.md
docs/source/introduction/introduction.rst
docs/source/quick_start/hetergraph_quick_start.rst
docs/source/quick_start/instruction.rst
docs/source/quick_start/quick_start.md
docs/source/quick_start/working_with_hetergraph.md
examples/AITISA/README.md
examples/AITISA/kg/README.md
examples/AITISA/kg/convert_tools.py
examples/AITISA/load_model_from_pyg/README.md
examples/AITISA/load_model_from_pyg/gcn.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/Boosting_the_Speed_and_Performance_in_Training_Large-scale_Heterogeneous_Graph_for_OGB-LSC_at_NeurIPS_2022.pdf
examples/NeurIPS2022-OGB-Challenge/MAG240M/README.md
examples/NeurIPS2022-OGB-Challenge/MAG240M/check_cv_get_test_result.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/dist_feat.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/make_config_files.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/optimization.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/r_unimp_infer.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/r_unimp_train_p2p.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/run_infer.sh
examples/NeurIPS2022-OGB-Challenge/MAG240M/run_train.sh
examples/NeurIPS2022-OGB-Challenge/MAG240M/utils.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/configs/template.yaml
examples/NeurIPS2022-OGB-Challenge/MAG240M/dataset/new_dataset_p2p.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/models/__init__.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/models/gat_conv.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/models/gat_conv_peg.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/models/r_unimp_new.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/models/r_unimp_peg_gpr_all.py
examples/NeurIPS2022-OGB-Challenge/MAG240M/models/r_unimp_peg_gpr_m2v.py
examples/bernnet/README.md
examples/bernnet/model.py
examples/bernnet/propagation.py
examples/bernnet/train.py
examples/bernnet/utils.py
examples/chebnetii/README.md
examples/chebnetii/model.py
examples/chebnetii/propagation.py
examples/chebnetii/train.py
examples/chebnetii/utils.py
examples/chebnetii/ogb/large_train.py
examples/chebnetii/ogb/model.py
examples/chebnetii/ogb/processing.py
examples/chebnetii/ogb/utils.py
examples/citation_benchmark/README.md
examples/citation_benchmark/model.py
examples/citation_benchmark/multi_gpu_train.py
examples/citation_benchmark/train.py
examples/citation_benchmark/config/appnp.yaml
examples/citation_benchmark/config/fagacn.yaml
examples/citation_benchmark/config/gat.yaml
examples/citation_benchmark/config/gatv2.yaml
examples/citation_benchmark/config/gcn.yaml
examples/citation_benchmark/config/gcnii.yaml
examples/citation_benchmark/config/gpr.yaml
examples/citation_benchmark/config/sgc.yaml
examples/citation_benchmark/config/ssgc.yaml
examples/citation_benchmark/config/transformer.yaml
examples/deepwalk/README.md
examples/deepwalk/config.yaml
examples/deepwalk/dataset.py
examples/deepwalk/model.py
examples/deepwalk/multi_class.py
examples/deepwalk/train.py
examples/deepwalk/train_distributed_cpu.py
examples/deepwalk/train_distributed_gpu.py
examples/deploy_gnn/README.md
examples/deploy_gnn/convert_to_static.py
examples/deploy_gnn/train.py
examples/fagcn/README.md
examples/fagcn/train.py
examples/gat/README.md
examples/gat/train.py
examples/gatv2/README.md
examples/gatv2/train.py
examples/gcn/README.md
examples/gcn/train.py
examples/gin/README.md
examples/gin/dataset.py
examples/gin/main.py
examples/gin/model.py
examples/global_pool/README.md
examples/global_pool/dataset.py
examples/global_pool/global_pool.py
examples/global_pool/main.py
examples/gnn_depoly/README.md
examples/gnn_depoly/models/__init__.py
examples/gnn_depoly/models/base_conv.py
examples/gnn_depoly/models/gat.py
examples/gnn_depoly/models/gcn.py
examples/gnn_depoly/models/graphsage.py
examples/gnn_depoly/models/conv/__init__.py
examples/gnn_depoly/models/conv/gat_conv.py
examples/gnn_depoly/models/conv/gcn_conv.py
examples/gnn_depoly/models/conv/sage_conv.py
examples/gnn_depoly/node_classification_with_full_graph/export_model.py
examples/gnn_depoly/node_classification_with_full_graph/python_deploy.py
examples/gnn_depoly/node_classification_with_full_graph/train.py
examples/gnn_depoly/node_classification_with_sampling/dataset.py
examples/gnn_depoly/node_classification_with_sampling/export_model.py
examples/gnn_depoly/node_classification_with_sampling/python_deploy.py
examples/gnn_depoly/node_classification_with_sampling/train.py
examples/gpr/README.md
examples/gpr/train.py
examples/graph_based_clustering_demo/README.md
examples/graph_based_clustering_demo/config.yaml
examples/graph_based_clustering_demo/dataset.py
examples/graph_based_clustering_demo/kmeans_clustering.py
examples/graph_based_clustering_demo/model.py
examples/graph_based_clustering_demo/train.py
examples/graphsage/cpu_sample_version/README.md
examples/graphsage/cpu_sample_version/dataset.py
examples/graphsage/cpu_sample_version/model.py
examples/graphsage/cpu_sample_version/train.py
examples/graphsage/cpu_sample_version/train_distributed_cpu.py
examples/kddcup2021/MAG240M/r_unimp/README.md
examples/kddcup2021/MAG240M/r_unimp/R_UniMP__Solution_for_KDDCUP_2021_MAG240M_LSC.pdf
examples/kddcup2021/MAG240M/r_unimp/check_cv_get_test_result.py
examples/kddcup2021/MAG240M/r_unimp/construct_coauthor_graph.py
examples/kddcup2021/MAG240M/r_unimp/ensemble.py
examples/kddcup2021/MAG240M/r_unimp/merge_result.py
examples/kddcup2021/MAG240M/r_unimp/optimization.py
examples/kddcup2021/MAG240M/r_unimp/post_smoothing.py
examples/kddcup2021/MAG240M/r_unimp/r_unimp_multi_gpu_infer.py
examples/kddcup2021/MAG240M/r_unimp/r_unimp_multi_gpu_train.py
examples/kddcup2021/MAG240M/r_unimp/run_r_unimp_infer.sh
examples/kddcup2021/MAG240M/r_unimp/run_r_unimp_train.sh
examples/kddcup2021/MAG240M/r_unimp/split_valid.py
examples/kddcup2021/MAG240M/r_unimp/utils.py
examples/kddcup2021/MAG240M/r_unimp/configs/r_unimp_m2v_64_0.yaml
examples/kddcup2021/MAG240M/r_unimp/configs/r_unimp_m2v_64_1.yaml
examples/kddcup2021/MAG240M/r_unimp/configs/r_unimp_m2v_64_2.yaml
examples/kddcup2021/MAG240M/r_unimp/configs/r_unimp_m2v_64_3.yaml
examples/kddcup2021/MAG240M/r_unimp/configs/r_unimp_m2v_64_4.yaml
examples/kddcup2021/MAG240M/r_unimp/dataset/base_dataset.py
examples/kddcup2021/MAG240M/r_unimp/dataset/data_generator.py
examples/kddcup2021/MAG240M/r_unimp/dataset/data_generator_r_unimp_multi_gpu_infer.py
examples/kddcup2021/MAG240M/r_unimp/dataset/data_generator_r_unimp_sample.py
examples/kddcup2021/MAG240M/r_unimp/dataset/merge_m2v_embed.py
examples/kddcup2021/MAG240M/r_unimp/dataset/sage_all_data.py
examples/kddcup2021/MAG240M/r_unimp/dataset/sage_author_x.py
examples/kddcup2021/MAG240M/r_unimp/dataset/sage_author_year.py
examples/kddcup2021/MAG240M/r_unimp/dataset/sage_institution_x.py
examples/kddcup2021/MAG240M/r_unimp/dataset/sage_institution_year.py
examples/kddcup2021/MAG240M/r_unimp/models/__init__.py
examples/kddcup2021/MAG240M/r_unimp/models/gat_conv.py
examples/kddcup2021/MAG240M/r_unimp/models/r_unimp.py
examples/kddcup2021/PCQM4M/README.md
examples/kddcup2021/PCQM4M/SuperHelix_PCQM4M.pdf
examples/kddcup2021/PCQM4M/ensemble/ensemble.py
examples/kddcup2021/PCQM4M/ensemble/y_pred_pcqm4m.npz
examples/kddcup2021/PCQM4M/features/__init__.py
examples/kddcup2021/PCQM4M/features/extended_feature.py
examples/kddcup2021/PCQM4M/features/local_feature.py
examples/kddcup2021/PCQM4M/features/mol_tree.py
examples/kddcup2021/PCQM4M/features/obabel_utils.py
examples/kddcup2021/PCQM4M/models/__init__.py
examples/kddcup2021/PCQM4M/models/conv.py
examples/kddcup2021/PCQM4M/models/layers.py
examples/kddcup2021/PCQM4M/models/mol_encoder.py
examples/kddcup2021/PCQM4M/src/config.yaml
examples/kddcup2021/PCQM4M/src/cross_run.sh
examples/kddcup2021/PCQM4M/src/dataset.py
examples/kddcup2021/PCQM4M/src/fleet_run.sh
examples/kddcup2021/PCQM4M/src/main.py
examples/kddcup2021/PCQM4M/src/main.sh
examples/kddcup2021/PCQM4M/src/model.py
examples/kddcup2021/PCQM4M/src/test.py
examples/kddcup2021/PCQM4M/utils/__init__.py
examples/kddcup2021/PCQM4M/utils/config.py
examples/kddcup2021/PCQM4M/utils/logger.py
examples/kddcup2021/PCQM4M/utils/util.py
examples/kddcup2021/WikiKG90M/NOTE__SOLUTION_FOR_KDD_CUP_2021_WikiKG90M_LSC.pdf
examples/kddcup2021/WikiKG90M/README.md
examples/kddcup2021/WikiKG90M/ensemble/ensemble.py
examples/kddcup2021/WikiKG90M/feature/dump_feat/10_ht_feat.py
examples/kddcup2021/WikiKG90M/feature/dump_feat/1_rrt_feat.py
examples/kddcup2021/WikiKG90M/feature/dump_feat/2_h2t_t2h_feat.py
examples/kddcup2021/WikiKG90M/feature/dump_feat/3_t2h_h2t_feat.py
examples/kddcup2021/WikiKG90M/feature/dump_feat/4_h2t_h2t_feat.py
examples/kddcup2021/WikiKG90M/feature/dump_feat/5_hht_feat_byprob.py
examples/kddcup2021/WikiKG90M/feature/dump_feat/6_r2t_h2r_feat.py
examples/kddcup2021/WikiKG90M/feature/dump_feat/7_r2t_feat.py
examples/kddcup2021/WikiKG90M/feature/dump_feat/8_rrh_feat.py
examples/kddcup2021/WikiKG90M/feature/dump_feat/9_rt_feat.py
examples/kddcup2021/WikiKG90M/feature/walk_probability/h2r.py
examples/kddcup2021/WikiKG90M/feature/walk_probability/h2t.py
examples/kddcup2021/WikiKG90M/feature/walk_probability/r2h.py
examples/kddcup2021/WikiKG90M/feature/walk_probability/r2t.py
examples/kddcup2021/WikiKG90M/feature/walk_probability/t2h.py
examples/kddcup2021/WikiKG90M/feature/walk_probability/t2r.py
examples/kddcup2021/WikiKG90M/post_smoothing/dump_npy.py
examples/kddcup2021/WikiKG90M/post_smoothing/get_score.py
examples/kddcup2021/WikiKG90M/post_smoothing/run_rotate.sh
examples/kddcup2021/WikiKG90M/post_smoothing/run_transe.sh
examples/kddcup2021/WikiKG90M/post_smoothing/rotate/hadoop_func.sh
examples/kddcup2021/WikiKG90M/post_smoothing/rotate/hadoop_prep.py
examples/kddcup2021/WikiKG90M/post_smoothing/rotate/smoothing_config.yaml
examples/kddcup2021/WikiKG90M/post_smoothing/rotate/smoothing_run.sh
examples/kddcup2021/WikiKG90M/post_smoothing/rotate/sort.sh
examples/kddcup2021/WikiKG90M/post_smoothing/transe/hadoop_func.sh
examples/kddcup2021/WikiKG90M/post_smoothing/transe/hadoop_prep.py
examples/kddcup2021/WikiKG90M/post_smoothing/transe/smoothing_config.yaml
examples/kddcup2021/WikiKG90M/post_smoothing/transe/smoothing_run.sh
examples/kddcup2021/WikiKG90M/post_smoothing/transe/sort.sh
examples/kddcup2022/wpf_baseline/README.md
examples/kddcup2022/wpf_baseline/config.yaml
examples/kddcup2022/wpf_baseline/loss.py
examples/kddcup2022/wpf_baseline/main.py
examples/kddcup2022/wpf_baseline/metrics.py
examples/kddcup2022/wpf_baseline/model_archi.png
examples/kddcup2022/wpf_baseline/optimization.py
examples/kddcup2022/wpf_baseline/predict.py
examples/kddcup2022/wpf_baseline/utils.py
examples/kddcup2022/wpf_baseline/val_vis.png
examples/kddcup2022/wpf_baseline/wpf_dataset.py
examples/kddcup2022/wpf_baseline/wpf_model.py
examples/lightgcn/README.md
examples/lightgcn/dataloader.py
examples/lightgcn/model.py
examples/lightgcn/train.py
examples/lightgcn/utils.py
examples/metapath2vec/README.md
examples/metapath2vec/config.yaml
examples/metapath2vec/data_preprocess.py
examples/metapath2vec/ip_list.txt
examples/metapath2vec/model.py
examples/metapath2vec/train.py
examples/metapath2vec/datasets/__init__.py
examples/metapath2vec/datasets/dataset.py
examples/metapath2vec/datasets/helper.py
examples/metapath2vec/datasets/node.py
examples/metapath2vec/datasets/pair.py
examples/metapath2vec/datasets/sampling.py
examples/metapath2vec/datasets/walk.py
examples/metapath2vec/utils/__init__.py
examples/metapath2vec/utils/config.py
examples/metapath2vec/utils/logger.py
examples/ngcf/README.md
examples/ngcf/dataloader.py
examples/ngcf/model.py
examples/ngcf/train.py
examples/ngcf/utils.py
examples/node2vec/README.md
examples/node2vec/config.yaml
examples/node2vec/dataset.py
examples/node2vec/model.py
examples/node2vec/multi_class.py
examples/node2vec/train.py
examples/node2vec/train_distributed_cpu.py
examples/rgcn/README.md
examples/rgcn/model.py
examples/rgcn/train.py
examples/sag_pool/README.md
examples/sag_pool/dataset.py
examples/sag_pool/main.py
examples/sag_pool/model.py
examples/sgc/README.md
examples/sgc/train.py
examples/ssgc/README.md
examples/ssgc/train.py
legacy/requirements.txt
legacy/setup.py
legacy/docs/Makefile
legacy/docs/markdown2rst.py
legacy/docs/requirements.txt
legacy/docs/source/conf.py
legacy/docs/source/index.rst
legacy/docs/source/introduction.rst
legacy/docs/source/team.rst
legacy/docs/source/_static/distributed_frame.png
legacy/docs/source/_static/framework_of_pgl.png
legacy/docs/source/_static/framework_of_pgl_en.png
legacy/docs/source/_static/him_message_passing.png
legacy/docs/source/_static/logo.png
legacy/docs/source/_static/message_passing_paradigm.png
legacy/docs/source/_static/metapath_result.png
legacy/docs/source/_static/metapath_sampling.png
legacy/docs/source/_static/parallel_degree_bucketing.png
legacy/docs/source/_static/quick_start_graph.png
legacy/docs/source/api/modules.rst
legacy/docs/source/api/pgl.data_loader.rst
legacy/docs/source/api/pgl.graph.rst
legacy/docs/source/api/pgl.graph_wrapper.rst
legacy/docs/source/api/pgl.heter_graph.rst
legacy/docs/source/api/pgl.heter_graph_wrapper.rst
legacy/docs/source/api/pgl.layers.rst
legacy/docs/source/api/pgl.rst
legacy/docs/source/api/pgl.utils.mp_reader.rst
legacy/docs/source/api/pgl.utils.paddle_helper.rst
legacy/docs/source/examples/dgi_examples.rst
legacy/docs/source/examples/distribute_deepwalk_examples.rst
legacy/docs/source/examples/distribute_graphsage_examples.rst
legacy/docs/source/examples/gat_examples.rst
legacy/docs/source/examples/gatne_examples.rst
legacy/docs/source/examples/gcn_examples.rst
legacy/docs/source/examples/ges_examples.rst
legacy/docs/source/examples/graphsage_examples.rst
legacy/docs/source/examples/line_examples.rst
legacy/docs/source/examples/metapath2vec_examples.rst
legacy/docs/source/examples/node2vec_examples.rst
legacy/docs/source/examples/sgc_examples.rst
legacy/docs/source/examples/static_gat_examples.rst
legacy/docs/source/examples/static_gcn_examples.rst
legacy/docs/source/examples/static_graph_wrapper.rst
legacy/docs/source/examples/strucvec_examples.rst
legacy/docs/source/examples/unsup_graphsage_examples.rst
legacy/docs/source/md/introduction.md
legacy/docs/source/quick_start/instruction.rst
legacy/docs/source/quick_start/introduction_for_hetergraph.rst
legacy/docs/source/quick_start/images/heter_graph_introduction.png
legacy/docs/source/quick_start/images/quick_start_graph.png
legacy/docs/source/quick_start/md/quick_start.md
legacy/docs/source/quick_start/md/quick_start_for_heterGraph.md
legacy/examples/GATNE/Dataset.py
legacy/examples/GATNE/README.md
legacy/examples/GATNE/config.yaml
legacy/examples/GATNE/data_process.py
legacy/examples/GATNE/main.py
legacy/examples/GATNE/model.py
legacy/examples/GATNE/utils.py
legacy/examples/GaAN/README.md
legacy/examples/GaAN/conv.py
legacy/examples/GaAN/main.sh
legacy/examples/GaAN/model.py
legacy/examples/GaAN/preprocess.py
legacy/examples/GaAN/reader.py
legacy/examples/GaAN/train.py
legacy/examples/GaAN/train_tool.py
legacy/examples/SAGPool/README.md
legacy/examples/SAGPool/args.py
legacy/examples/SAGPool/base_dataset.py
legacy/examples/SAGPool/conv.py
legacy/examples/SAGPool/dataloader.py
legacy/examples/SAGPool/layers.py
legacy/examples/SAGPool/main.py
legacy/examples/SAGPool/model.py
legacy/examples/citation_benchmark/README.md
legacy/examples/citation_benchmark/build_model.py
legacy/examples/citation_benchmark/model.py
legacy/examples/citation_benchmark/train.py
legacy/examples/citation_benchmark/config/appnp.yaml
legacy/examples/citation_benchmark/config/gat.yaml
legacy/examples/citation_benchmark/config/gcn.yaml
legacy/examples/citation_benchmark/config/gcnii.yaml
legacy/examples/citation_benchmark/config/sgc.yaml
legacy/examples/deeper_gcn/README.md
legacy/examples/deeper_gcn/model.py
legacy/examples/deeper_gcn/train.py
legacy/examples/deepwalk/README.md
legacy/examples/deepwalk/deepwalk.py
legacy/examples/deepwalk/link_predict.py
legacy/examples/deepwalk/multi_class.py
legacy/examples/dgi/README.md
legacy/examples/dgi/dgi.py
legacy/examples/dgi/train.py
legacy/examples/distribute_deepwalk/README.md
legacy/examples/distribute_deepwalk/cloud_run.sh
legacy/examples/distribute_deepwalk/cluster_train.py
legacy/examples/distribute_deepwalk/gpu_train.py
legacy/examples/distribute_deepwalk/model.py
legacy/examples/distribute_deepwalk/mp_reader.py
legacy/examples/distribute_deepwalk/multi_class.py
legacy/examples/distribute_deepwalk/pgl_deepwalk.cfg
legacy/examples/distribute_deepwalk/reader.py
legacy/examples/distribute_deepwalk/utils.py
legacy/examples/distribute_graphsage/README.md
legacy/examples/distribute_graphsage/cloud_run.sh
legacy/examples/distribute_graphsage/cluster_train.py
legacy/examples/distribute_graphsage/config.yaml
legacy/examples/distribute_graphsage/job.sh
legacy/examples/distribute_graphsage/local_config
legacy/examples/distribute_graphsage/model.py
legacy/examples/distribute_graphsage/reader.py
legacy/examples/distribute_graphsage/requirements.txt
legacy/examples/distribute_graphsage/utils.py
legacy/examples/distribute_graphsage/utils.sh
legacy/examples/distribute_graphsage/data/reddit_index_label.npz
legacy/examples/distribute_graphsage/redis_setup/before_hook.sh
legacy/examples/distribute_graphsage/redis_setup/redis_graph.cfg
legacy/examples/distribute_graphsage/redis_setup/src/build_graph.py
legacy/examples/distribute_graphsage/redis_setup/src/dump_data.sh
legacy/examples/distribute_graphsage/redis_setup/src/gen_redis_conf.py
legacy/examples/distribute_graphsage/redis_setup/src/preprocess.py
legacy/examples/distribute_graphsage/redis_setup/src/requirements.txt
legacy/examples/distribute_graphsage/redis_setup/src/run_server.sh
legacy/examples/distribute_graphsage/redis_setup/src/start_cluster.py
legacy/examples/distribute_graphsage/redis_setup/test/test.sh
legacy/examples/distribute_graphsage/redis_setup/test/test_redis_graph.py
legacy/examples/distribute_metapath2vec/README.md
legacy/examples/distribute_metapath2vec/cloud_run.sh
legacy/examples/distribute_metapath2vec/cluster_train.py
legacy/examples/distribute_metapath2vec/config.yaml
legacy/examples/distribute_metapath2vec/data_process.py
legacy/examples/distribute_metapath2vec/graph.py
legacy/examples/distribute_metapath2vec/model.py
legacy/examples/distribute_metapath2vec/mp_reader.py
legacy/examples/distribute_metapath2vec/multi_class.py
legacy/examples/distribute_metapath2vec/utils.py
legacy/examples/distribute_metapath2vec/walker.py
legacy/examples/erniesage/README.en.md
legacy/examples/erniesage/README.md
legacy/examples/erniesage/link_predict.py
legacy/examples/erniesage/optimization.py
legacy/examples/erniesage/run_link_predict.sh
legacy/examples/erniesage/config/erniesage_link_predict.yaml
legacy/examples/erniesage/dataset/__init__.py
legacy/examples/erniesage/dataset/base_dataset.py
legacy/examples/erniesage/dataset/graph_reader.py
legacy/examples/erniesage/docs/source/_static/ERNIESage_result.png
legacy/examples/erniesage/docs/source/_static/ERNIESage_v1_4.png
legacy/examples/erniesage/docs/source/_static/ernie_aggregator.png
legacy/examples/erniesage/docs/source/_static/text_graph.png
legacy/examples/erniesage/example_data/link_predict/graph_data.txt
legacy/examples/erniesage/example_data/link_predict/train_data.txt
legacy/examples/erniesage/example_data/node_classification/graph_data.txt
legacy/examples/erniesage/example_data/node_classification/train_data.txt
legacy/examples/erniesage/models/__init__.py
legacy/examples/erniesage/models/encoder.py
legacy/examples/erniesage/models/loss.py
legacy/examples/erniesage/models/pretrain_model_loader.py
legacy/examples/erniesage/preprocessing/dump_graph.py
legacy/examples/erniesage/preprocessing/tokenization.py
legacy/examples/gat/README.md
legacy/examples/gat/train.py
legacy/examples/gcn/README.md
legacy/examples/gcn/train.py
legacy/examples/ges/README.md
legacy/examples/ges/gpu_run.sh
legacy/examples/ges/gpu_train.py
legacy/examples/ges/model.py
legacy/examples/ges/mp_reader.py
legacy/examples/ges/reader.py
legacy/examples/gin/Dataset.py
legacy/examples/gin/README.md
legacy/examples/gin/dataloader.py
legacy/examples/gin/main.py
legacy/examples/gin/model.py
legacy/examples/graphsage/README.md
legacy/examples/graphsage/model.py
legacy/examples/graphsage/reader.py
legacy/examples/graphsage/train.py
legacy/examples/graphsage/train_multi.py
legacy/examples/graphsage/train_scale.py
legacy/examples/graphsage/data/README.md
legacy/examples/line/README.md
legacy/examples/line/data_loader.py
legacy/examples/line/data_process.py
legacy/examples/line/line.py
legacy/examples/line/multi_class.py
legacy/examples/metapath2vec/Dataset.py
legacy/examples/metapath2vec/README.md
legacy/examples/metapath2vec/config.yaml
legacy/examples/metapath2vec/main.py
legacy/examples/metapath2vec/model.py
legacy/examples/metapath2vec/multi_class.py
legacy/examples/metapath2vec/sample.py
legacy/examples/metapath2vec/utils.py
legacy/examples/node2vec/README.md
legacy/examples/node2vec/link_predict.py
legacy/examples/node2vec/multi_class.py
legacy/examples/node2vec/node2vec.py
legacy/examples/pgl-ke/README.md
legacy/examples/pgl-ke/data_loader.py
legacy/examples/pgl-ke/evalutate.py
legacy/examples/pgl-ke/main.py
legacy/examples/pgl-ke/mp_mapper.py
legacy/examples/pgl-ke/run.sh
legacy/examples/pgl-ke/model/Model.py
legacy/examples/pgl-ke/model/RotatE.py
legacy/examples/pgl-ke/model/TransE.py
legacy/examples/pgl-ke/model/TransR.py
legacy/examples/pgl-ke/model/__init__.py
legacy/examples/pgl-ke/model/utils.py
legacy/examples/sgc/README.md
legacy/examples/sgc/sgc.py
legacy/examples/static_gat/README.md
legacy/examples/static_gat/train.py
legacy/examples/static_gcn/README.md
legacy/examples/static_gcn/train.py
legacy/examples/stgcn/README.md
legacy/examples/stgcn/main.py
legacy/examples/stgcn/data_loader/__init__.py
legacy/examples/stgcn/data_loader/data_utils.py
legacy/examples/stgcn/data_loader/graph.py
legacy/examples/stgcn/dataset/W.csv
legacy/examples/stgcn/dataset/city.csv
legacy/examples/stgcn/dataset/input.csv
legacy/examples/stgcn/dataset/output.csv
legacy/examples/stgcn/models/model.py
legacy/examples/stgcn/models/tester.py
legacy/examples/stgcn/utils/math_utils.py
legacy/examples/strucvec/README.md
legacy/examples/strucvec/classify.py
legacy/examples/strucvec/data_loader.py
legacy/examples/strucvec/requirements.txt
legacy/examples/strucvec/sklearn_classify.py
legacy/examples/strucvec/struc2vec.py
legacy/examples/unsup_graphsage/README.md
legacy/examples/unsup_graphsage/model.py
legacy/examples/unsup_graphsage/reader.py
legacy/examples/unsup_graphsage/sample.txt
legacy/examples/unsup_graphsage/train.py
legacy/examples/xformer/README.md
legacy/examples/xformer/sparse_scaled_dot_product_attention.py
legacy/examples/xformer/transformer_encoder_sparse.py
legacy/pgl/.gitignore
legacy/pgl/README
legacy/pgl/__init__.py
legacy/pgl/data_loader.py
legacy/pgl/graph.py
legacy/pgl/graph_kernel.pyx
legacy/pgl/graph_wrapper.py
legacy/pgl/heter_graph.py
legacy/pgl/heter_graph_wrapper.py
legacy/pgl/message_passing.py
legacy/pgl/redis_graph.py
legacy/pgl/redis_hetergraph.py
legacy/pgl/sample.py
legacy/pgl/contrib/__init__.py
legacy/pgl/contrib/ogb/__init__.py
legacy/pgl/contrib/ogb/graphproppred/__init__.py
legacy/pgl/contrib/ogb/graphproppred/dataset_pgl.py
legacy/pgl/contrib/ogb/graphproppred/mol_encoder.py
legacy/pgl/contrib/ogb/io/__init__.py
legacy/pgl/contrib/ogb/io/read_graph_pgl.py
legacy/pgl/contrib/ogb/linkproppred/__init__.py
legacy/pgl/contrib/ogb/linkproppred/dataset_pgl.py
legacy/pgl/contrib/ogb/nodeproppred/__init__.py
legacy/pgl/contrib/ogb/nodeproppred/dataset_pgl.py
legacy/pgl/data/BlogCatalog/edges.csv
legacy/pgl/data/BlogCatalog/group-edges.csv
legacy/pgl/data/BlogCatalog/groups.csv
legacy/pgl/data/BlogCatalog/nodes.csv
legacy/pgl/data/arXiv/ca-AstroPh.txt
legacy/pgl/data/citeseer/ind.citeseer.allx
legacy/pgl/data/citeseer/ind.citeseer.ally
legacy/pgl/data/citeseer/ind.citeseer.graph
legacy/pgl/data/citeseer/ind.citeseer.test.index
legacy/pgl/data/citeseer/ind.citeseer.tx
legacy/pgl/data/citeseer/ind.citeseer.ty
legacy/pgl/data/citeseer/ind.citeseer.x
legacy/pgl/data/citeseer/ind.citeseer.y
legacy/pgl/data/cora/README
legacy/pgl/data/cora/cora.cites
legacy/pgl/data/cora/cora.content
legacy/pgl/data/pubmed/ind.pubmed.allx
legacy/pgl/data/pubmed/ind.pubmed.ally
legacy/pgl/data/pubmed/ind.pubmed.graph
legacy/pgl/data/pubmed/ind.pubmed.test.index
legacy/pgl/data/pubmed/ind.pubmed.tx
legacy/pgl/data/pubmed/ind.pubmed.ty
legacy/pgl/data/pubmed/ind.pubmed.x
legacy/pgl/data/pubmed/ind.pubmed.y
legacy/pgl/layers/__init__.py
legacy/pgl/layers/conv.py
legacy/pgl/layers/graph_op.py
legacy/pgl/layers/set2set.py
legacy/pgl/tests/graph_test.py
legacy/pgl/tests/import_test.py
legacy/pgl/tests/test_MmapHeterGraph.py
legacy/pgl/tests/test_batch_graph_wrapper.py
legacy/pgl/tests/test_dataloader.py
legacy/pgl/tests/test_gin.py
legacy/pgl/tests/test_graph_gather.py
legacy/pgl/tests/test_graph_saint_sample.py
legacy/pgl/tests/test_hetergraph.py
legacy/pgl/tests/test_metapath_randomwalk.py
legacy/pgl/tests/test_redis_graph.py
legacy/pgl/tests/test_redis_graph_conf.json
legacy/pgl/tests/test_sample.py
legacy/pgl/tests/test_set2set.py
legacy/pgl/tests/deepwalk/test_alias_sample.py
legacy/pgl/utils/__init__.py
legacy/pgl/utils/log_writer.py
legacy/pgl/utils/logger.py
legacy/pgl/utils/mp_reader.py
legacy/pgl/utils/mt_reader.py
legacy/pgl/utils/op.py
legacy/pgl/utils/paddle_helper.py
legacy/pgl/utils/data/__init__.py
legacy/pgl/utils/data/dataloader.py
legacy/pgl/utils/data/dataset.py
legacy/pgl/utils/data/sampler.py
legacy/tests/scatter_add_test.py
legacy/tests/unique_with_counts_test.py
legacy/tutorials/1-Introduction.ipynb
ogb_examples/graphproppred/ogbg_molpcba/README.md
ogb_examples/graphproppred/ogbg_molpcba/dataset.py
ogb_examples/graphproppred/ogbg_molpcba/main.py
ogb_examples/graphproppred/ogbg_molpcba/model.py
ogb_examples/graphproppred/ogbg_molpcba/mol_encoder.py
ogb_examples/graphproppred/ogbg_molpcba/pcba_config.yaml
ogb_examples/graphproppred/ogbg_molpcba/utils/config.py
ogb_examples/graphproppred/ogbg_molpcba/utils/logger.py
ogb_examples/graphproppred/ogbg_molpcba/utils/util.py
ogb_examples/linkproppred/ogbl-ppa/README.md
ogb_examples/linkproppred/ogbl-ppa/args.py
ogb_examples/linkproppred/ogbl-ppa/model.py
ogb_examples/linkproppred/ogbl-ppa/train.py
ogb_examples/linkproppred/ogbl-ppa/dataloader/__init__.py
ogb_examples/linkproppred/ogbl-ppa/dataloader/base_dataloader.py
ogb_examples/linkproppred/ogbl-ppa/dataloader/ogbl_ppa_dataloader.py
ogb_examples/linkproppred/ogbl-ppa/monitor/__init__.py
ogb_examples/linkproppred/ogbl-ppa/monitor/train_monitor.py
ogb_examples/linkproppred/ogbl-ppa/utils/__init__.py
ogb_examples/linkproppred/ogbl-ppa/utils/args.py
ogb_examples/linkproppred/ogbl-ppa/utils/cards.py
ogb_examples/linkproppred/ogbl-ppa/utils/fp16.py
ogb_examples/linkproppred/ogbl-ppa/utils/init.py
ogb_examples/lsc/MAG240M/README.md
ogb_examples/lsc/MAG240M/lsc_node.py
ogb_examples/lsc/MAG240M/lsc_node_hetegraph.py
ogb_examples/lsc/MAG240M/optimization.py
ogb_examples/lsc/MAG240M/run_lsc_node_rgat_hetegraph.sh
ogb_examples/lsc/MAG240M/utils.py
ogb_examples/lsc/MAG240M/configs/rgat.yaml
ogb_examples/lsc/MAG240M/dataset/base_dataset.py
ogb_examples/lsc/MAG240M/dataset/data_generator.py
ogb_examples/lsc/MAG240M/dataset/data_generator_rgnn.py
ogb_examples/lsc/MAG240M/dataset/sage_author_x.py
ogb_examples/lsc/MAG240M/dataset/sage_institution_x.py
ogb_examples/lsc/MAG240M/models/__init__.py
ogb_examples/lsc/MAG240M/models/gat_conv.py
ogb_examples/lsc/MAG240M/models/rgat.py
ogb_examples/lsc/PCQM4M/README.md
ogb_examples/lsc/PCQM4M/conv.py
ogb_examples/lsc/PCQM4M/dataset.py
ogb_examples/lsc/PCQM4M/gnn.py
ogb_examples/lsc/PCQM4M/main_gnn.py
ogb_examples/lsc/PCQM4M/mol_encoder.py
ogb_examples/lsc/PCQM4M/test_inference_gnn.py
ogb_examples/nodeproppred/ogbn-arxiv/README.md
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/README.md
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/args.py
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/model.py
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/run.sh
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/train.py
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/dataloader/__init__.py
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/dataloader/base_dataloader.py
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/dataloader/ogbn_arxiv_dataloader.py
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/monitor/__init__.py
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/monitor/train_monitor.py
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/utils/__init__.py
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/utils/args.py
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/utils/init.py
ogb_examples/nodeproppred/ogbn-arxiv/GaAN/utils/to_undirected.py
ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/README.MD
ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/main_arxiv_appnp_vnode_smooth.py
ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/model.py
ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/requirements.txt
ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/utils.py
ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/dataloader/__init__.py
ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/dataloader/base_dataloader.py
ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/dataloader/ogb_products_dataloader.py
ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/module/__ini__.py
ogb_examples/nodeproppred/ogbn-arxiv/unimp_appnp_vnode_smooth/module/model_unimp.py
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/README.MD
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/cross_edge_feat.py
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/model.py
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/partition.py
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/result.log
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/train.py
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/dataset/__init__.py
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/dataset/base_dataset.py
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/dataset/random_partition_dataset.py
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/img/cross_edge_feat.png
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/module/__init__.py
ogb_examples/nodeproppred/ogbn-proteins/unimp_cross_feat/module/transformer_gat_pgl.py
ogb_examples/nodeproppred/unimp/README.MD
ogb_examples/nodeproppred/unimp/main_arxiv.py
ogb_examples/nodeproppred/unimp/main_arxiv_large.py
ogb_examples/nodeproppred/unimp/main_product.py
ogb_examples/nodeproppred/unimp/main_protein.py
ogb_examples/nodeproppred/unimp/model.py
ogb_examples/nodeproppred/unimp/model_large.py
ogb_examples/nodeproppred/unimp/partition.py
ogb_examples/nodeproppred/unimp/requirements.txt
ogb_examples/nodeproppred/unimp/utils.py
ogb_examples/nodeproppred/unimp/dataloader/__init__.py
ogb_examples/nodeproppred/unimp/dataloader/base_dataloader.py
ogb_examples/nodeproppred/unimp/dataloader/ogb_products_dataloader.py
ogb_examples/nodeproppred/unimp/module/__ini__.py
ogb_examples/nodeproppred/unimp/module/model_unimp_large.py
ogb_examples/nodeproppred/unimp/module/transformer_gat_pgl.py
pgl/__init__.py
pgl/bigraph.py
pgl/dataset.py
pgl/graph.py
pgl/graph_kernel.pyx
pgl/heter_graph.py
pgl/math.py
pgl/message.py
pgl/partition.py
pgl.egg-info/PKG-INFO
pgl.egg-info/SOURCES.txt
pgl.egg-info/dependency_links.txt
pgl.egg-info/requires.txt
pgl.egg-info/top_level.txt
pgl/data/BlogCatalog/edges.csv
pgl/data/BlogCatalog/group-edges.csv
pgl/data/BlogCatalog/groups.csv
pgl/data/BlogCatalog/nodes.csv
pgl/data/arXiv/ca-AstroPh.txt
pgl/data/citeseer/ind.citeseer.allx
pgl/data/citeseer/ind.citeseer.ally
pgl/data/citeseer/ind.citeseer.graph
pgl/data/citeseer/ind.citeseer.test.index
pgl/data/citeseer/ind.citeseer.tx
pgl/data/citeseer/ind.citeseer.ty
pgl/data/citeseer/ind.citeseer.x
pgl/data/citeseer/ind.citeseer.y
pgl/data/cora/README
pgl/data/cora/cora.cites
pgl/data/cora/cora.content
pgl/data/pubmed/ind.pubmed.allx
pgl/data/pubmed/ind.pubmed.ally
pgl/data/pubmed/ind.pubmed.graph
pgl/data/pubmed/ind.pubmed.test.index
pgl/data/pubmed/ind.pubmed.tx
pgl/data/pubmed/ind.pubmed.ty
pgl/data/pubmed/ind.pubmed.x
pgl/data/pubmed/ind.pubmed.y
pgl/distributed/__init__.py
pgl/distributed/dist_graph.py
pgl/distributed/helper.py
pgl/distributed/launch.py
pgl/nn/__init__.py
pgl/nn/conv.py
pgl/nn/gmt_pool.py
pgl/nn/pool.py
pgl/nn/functional/__init__.py
pgl/nn/functional/graph_op.py
pgl/sampling/__init__.py
pgl/sampling/custom.py
pgl/sampling/sage.py
pgl/sampling/walk.py
pgl/third_party/metis/BUILD-Windows.txt
pgl/third_party/metis/BUILD.txt
pgl/third_party/metis/CMakeLists.txt
pgl/third_party/metis/Changelog
pgl/third_party/metis/Install.txt
pgl/third_party/metis/LICENSE.txt
pgl/third_party/metis/Makefile
pgl/third_party/metis/vsgen.bat
pgl/third_party/metis/GKlib/BUILD.txt
pgl/third_party/metis/GKlib/CMakeLists.txt
pgl/third_party/metis/GKlib/GKlib.h
pgl/third_party/metis/GKlib/GKlibSystem.cmake
pgl/third_party/metis/GKlib/Makefile
pgl/third_party/metis/GKlib/b64.c
pgl/third_party/metis/GKlib/blas.c
pgl/third_party/metis/GKlib/csr.c
pgl/third_party/metis/GKlib/error.c
pgl/third_party/metis/GKlib/evaluate.c
pgl/third_party/metis/GKlib/fkvkselect.c
pgl/third_party/metis/GKlib/fs.c
pgl/third_party/metis/GKlib/getopt.c
pgl/third_party/metis/GKlib/gk_arch.h
pgl/third_party/metis/GKlib/gk_defs.h
pgl/third_party/metis/GKlib/gk_externs.h
pgl/third_party/metis/GKlib/gk_getopt.h
pgl/third_party/metis/GKlib/gk_macros.h
pgl/third_party/metis/GKlib/gk_mkblas.h
pgl/third_party/metis/GKlib/gk_mkmemory.h
pgl/third_party/metis/GKlib/gk_mkpqueue.h
pgl/third_party/metis/GKlib/gk_mkpqueue2.h
pgl/third_party/metis/GKlib/gk_mkrandom.h
pgl/third_party/metis/GKlib/gk_mksort.h
pgl/third_party/metis/GKlib/gk_mkutils.h
pgl/third_party/metis/GKlib/gk_proto.h
pgl/third_party/metis/GKlib/gk_struct.h
pgl/third_party/metis/GKlib/gk_types.h
pgl/third_party/metis/GKlib/gkregex.c
pgl/third_party/metis/GKlib/gkregex.h
pgl/third_party/metis/GKlib/graph.c
pgl/third_party/metis/GKlib/htable.c
pgl/third_party/metis/GKlib/io.c
pgl/third_party/metis/GKlib/itemsets.c
pgl/third_party/metis/GKlib/mcore.c
pgl/third_party/metis/GKlib/memory.c
pgl/third_party/metis/GKlib/ms_inttypes.h
pgl/third_party/metis/GKlib/ms_stat.h
pgl/third_party/metis/GKlib/ms_stdint.h
pgl/third_party/metis/GKlib/omp.c
pgl/third_party/metis/GKlib/pdb.c
pgl/third_party/metis/GKlib/pqueue.c
pgl/third_party/metis/GKlib/random.c
pgl/third_party/metis/GKlib/rw.c
pgl/third_party/metis/GKlib/seq.c
pgl/third_party/metis/GKlib/sort.c
pgl/third_party/metis/GKlib/string.c
pgl/third_party/metis/GKlib/timers.c
pgl/third_party/metis/GKlib/tokenizer.c
pgl/third_party/metis/GKlib/util.c
pgl/third_party/metis/GKlib/conf/check_thread_storage.c
pgl/third_party/metis/GKlib/test/CMakeLists.txt
pgl/third_party/metis/GKlib/test/Makefile.in.old
pgl/third_party/metis/GKlib/test/Makefile.old
pgl/third_party/metis/GKlib/test/fis.c
pgl/third_party/metis/GKlib/test/gkgraph.c
pgl/third_party/metis/GKlib/test/gksort.c
pgl/third_party/metis/GKlib/test/rw.c
pgl/third_party/metis/GKlib/test/strings.c
pgl/third_party/metis/graphs/4elt.graph
pgl/third_party/metis/graphs/README
pgl/third_party/metis/graphs/copter2.graph
pgl/third_party/metis/graphs/mdual.graph
pgl/third_party/metis/graphs/metis.mesh
pgl/third_party/metis/graphs/test.mgraph
pgl/third_party/metis/include/CMakeLists.txt
pgl/third_party/metis/include/metis.h
pgl/third_party/metis/include/win.h
pgl/third_party/metis/libmetis/CMakeLists.txt
pgl/third_party/metis/libmetis/auxapi.c
pgl/third_party/metis/libmetis/balance.c
pgl/third_party/metis/libmetis/bucketsort.c
pgl/third_party/metis/libmetis/checkgraph.c
pgl/third_party/metis/libmetis/coarsen.c
pgl/third_party/metis/libmetis/compress.c
pgl/third_party/metis/libmetis/contig.c
pgl/third_party/metis/libmetis/debug.c
pgl/third_party/metis/libmetis/defs.h
pgl/third_party/metis/libmetis/fm.c
pgl/third_party/metis/libmetis/fortran.c
pgl/third_party/metis/libmetis/frename.c
pgl/third_party/metis/libmetis/gklib.c
pgl/third_party/metis/libmetis/gklib_defs.h
pgl/third_party/metis/libmetis/gklib_rename.h
pgl/third_party/metis/libmetis/graph.c
pgl/third_party/metis/libmetis/initpart.c
pgl/third_party/metis/libmetis/kmetis.c
pgl/third_party/metis/libmetis/kwayfm.c
pgl/third_party/metis/libmetis/kwayrefine.c
pgl/third_party/metis/libmetis/macros.h
pgl/third_party/metis/libmetis/mcutil.c
pgl/third_party/metis/libmetis/mesh.c
pgl/third_party/metis/libmetis/meshpart.c
pgl/third_party/metis/libmetis/metislib.h
pgl/third_party/metis/libmetis/minconn.c
pgl/third_party/metis/libmetis/mincover.c
pgl/third_party/metis/libmetis/mmd.c
pgl/third_party/metis/libmetis/ometis.c
pgl/third_party/metis/libmetis/options.c
pgl/third_party/metis/libmetis/parmetis.c
pgl/third_party/metis/libmetis/pmetis.c
pgl/third_party/metis/libmetis/proto.h
pgl/third_party/metis/libmetis/refine.c
pgl/third_party/metis/libmetis/rename.h
pgl/third_party/metis/libmetis/separator.c
pgl/third_party/metis/libmetis/sfm.c
pgl/third_party/metis/libmetis/srefine.c
pgl/third_party/metis/libmetis/stat.c
pgl/third_party/metis/libmetis/stdheaders.h
pgl/third_party/metis/libmetis/struct.h
pgl/third_party/metis/libmetis/timing.c
pgl/third_party/metis/libmetis/util.c
pgl/third_party/metis/libmetis/wspace.c
pgl/third_party/metis/manual/manual.pdf
pgl/third_party/metis/programs/CMakeLists.txt
pgl/third_party/metis/programs/cmdline_gpmetis.c
pgl/third_party/metis/programs/cmdline_m2gmetis.c
pgl/third_party/metis/programs/cmdline_mpmetis.c
pgl/third_party/metis/programs/cmdline_ndmetis.c
pgl/third_party/metis/programs/cmpfillin.c
pgl/third_party/metis/programs/defs.h
pgl/third_party/metis/programs/gpmetis.c
pgl/third_party/metis/programs/graphchk.c
pgl/third_party/metis/programs/io.c
pgl/third_party/metis/programs/m2gmetis.c
pgl/third_party/metis/programs/metisbin.h
pgl/third_party/metis/programs/mpmetis.c
pgl/third_party/metis/programs/ndmetis.c
pgl/third_party/metis/programs/proto.h
pgl/third_party/metis/programs/smbfactor.c
pgl/third_party/metis/programs/stat.c
pgl/third_party/metis/programs/struct.h
pgl/third_party/metis/win32/win.c
pgl/utils/__init__.py
pgl/utils/edge_index.py
pgl/utils/helper.py
pgl/utils/logger.py
pgl/utils/mp_reader.py
pgl/utils/op.py
pgl/utils/shared_embedding.py
pgl/utils/stream_pool.py
pgl/utils/transform.py
pgl/utils/data/__init__.py
pgl/utils/data/dataloader.py
pgl/utils/data/dataset.py
pgl/utils/data/sampler.py
tests/test_all.sh
tests/test_bigraph.py
tests/test_conv.py
tests/test_dataloader.py
tests/test_dist_cpu_graph.py
tests/test_dist_graph.py
tests/test_graph.py
tests/test_graph_op.py
tests/test_hetergraph.py
tests/test_math.py
tests/test_partition.py
tests/test_pool.py
tests/test_sample.py
tests/test_shared_embedding.py
tests/test_static_graph.py
tests/test_transform.py
tests/testsuite.py
tutorials/heter_graph_introduction.png
tutorials/quick_start.ipynb
tutorials/quick_start_graph.png
tutorials/working_with_distributed_graph_engine.ipynb
tutorials/working_with_hetergraph.ipynb