README.md
setup.cfg
setup.py
graphgallery/__init__.py
graphgallery/data_type.py
graphgallery/typing.py
graphgallery.egg-info/PKG-INFO
graphgallery.egg-info/SOURCES.txt
graphgallery.egg-info/dependency_links.txt
graphgallery.egg-info/requires.txt
graphgallery.egg-info/top_level.txt
graphgallery/backend/__init__.py
graphgallery/backend/config.py
graphgallery/backend/gpu.py
graphgallery/backend/modules.py
graphgallery/data/__init__.py
graphgallery/data/base_graph.py
graphgallery/data/dataset.py
graphgallery/data/graph.py
graphgallery/data/io.py
graphgallery/data/multigraph.py
graphgallery/data/npz_dataset.py
graphgallery/data/planetoid.py
graphgallery/data/preprocess.py
graphgallery/functional/__init__.py
graphgallery/functional/decorators.py
graphgallery/functional/get_transform.py
graphgallery/functional/ops.py
graphgallery/functional/transforms.py
graphgallery/functional/adj/__init__.py
graphgallery/functional/adj/add_selfloops.py
graphgallery/functional/adj/augment_adj.py
graphgallery/functional/adj/chebyshef.py
graphgallery/functional/adj/degree.py
graphgallery/functional/adj/ego.py
graphgallery/functional/adj/gdc.py
graphgallery/functional/adj/graph_partition.py
graphgallery/functional/adj/neighbor_sampler.py
graphgallery/functional/adj/normalize_adj.py
graphgallery/functional/adj/sample.py
graphgallery/functional/adj/sparse_reshape.py
graphgallery/functional/adj/svd.py
graphgallery/functional/adj/to_edge.py
graphgallery/functional/adj/wavelet.py
graphgallery/functional/attr/__init__.py
graphgallery/functional/attr/attr_transform.py
graphgallery/functional/edge/__init__.py
graphgallery/functional/edge/edge_transform.py
graphgallery/functional/edge/shape.py
graphgallery/functional/edge/to_adj.py
graphgallery/functional/graph/__init__.py
graphgallery/functional/tensor/__init__.py
graphgallery/functional/tensor/device.py
graphgallery/functional/tensor/ops.py
graphgallery/functional/tensor/tensor.py
graphgallery/functional/tensor/pytorch/__init__.py
graphgallery/functional/tensor/pytorch/device.py
graphgallery/functional/tensor/pytorch/sparse.py
graphgallery/functional/tensor/pytorch/tensor.py
graphgallery/functional/tensor/tensorflow/__init__.py
graphgallery/functional/tensor/tensorflow/device.py
graphgallery/functional/tensor/tensorflow/sparse.py
graphgallery/functional/tensor/tensorflow/tensor.py
graphgallery/nn/__init__.py
graphgallery/nn/functions/__init__.py
graphgallery/nn/functions/activations.py
graphgallery/nn/gallery/__init__.py
graphgallery/nn/gallery/gallery_model.py
graphgallery/nn/gallery/model.py
graphgallery/nn/gallery/semisupervised/__init__.py
graphgallery/nn/gallery/semisupervised/semi_supervised_model.py
graphgallery/nn/gallery/semisupervised/dgl_tf/__init__.py
graphgallery/nn/gallery/semisupervised/dgl_tf/gcn.py
graphgallery/nn/gallery/semisupervised/dgl_torch/__init__.py
graphgallery/nn/gallery/semisupervised/dgl_torch/gcn.py
graphgallery/nn/gallery/semisupervised/pyg/__init__.py
graphgallery/nn/gallery/semisupervised/pyg/gcn.py
graphgallery/nn/gallery/semisupervised/pytorch/__init__.py
graphgallery/nn/gallery/semisupervised/pytorch/clustergcn.py
graphgallery/nn/gallery/semisupervised/pytorch/gat.py
graphgallery/nn/gallery/semisupervised/pytorch/gcn.py
graphgallery/nn/gallery/semisupervised/pytorch/sgc.py
graphgallery/nn/gallery/semisupervised/tensorflow/__init__.py
graphgallery/nn/gallery/semisupervised/tensorflow/chebynet.py
graphgallery/nn/gallery/semisupervised/tensorflow/clustergcn.py
graphgallery/nn/gallery/semisupervised/tensorflow/dagnn.py
graphgallery/nn/gallery/semisupervised/tensorflow/densegcn.py
graphgallery/nn/gallery/semisupervised/tensorflow/fastgcn.py
graphgallery/nn/gallery/semisupervised/tensorflow/gat.py
graphgallery/nn/gallery/semisupervised/tensorflow/gcn.py
graphgallery/nn/gallery/semisupervised/tensorflow/gmnn.py
graphgallery/nn/gallery/semisupervised/tensorflow/graphsage.py
graphgallery/nn/gallery/semisupervised/tensorflow/gwnn.py
graphgallery/nn/gallery/semisupervised/tensorflow/lgcn.py
graphgallery/nn/gallery/semisupervised/tensorflow/obvat.py
graphgallery/nn/gallery/semisupervised/tensorflow/robustgcn.py
graphgallery/nn/gallery/semisupervised/tensorflow/sbvat.py
graphgallery/nn/gallery/semisupervised/tensorflow/sgc.py
graphgallery/nn/gallery/semisupervised/tensorflow/experimental/__init__.py
graphgallery/nn/gallery/semisupervised/tensorflow/experimental/edgeconv.py
graphgallery/nn/gallery/semisupervised/tensorflow/experimental/gcn_mix.py
graphgallery/nn/gallery/semisupervised/tensorflow/experimental/gcna.py
graphgallery/nn/gallery/semisupervised/tensorflow/experimental/s_obvat.py
graphgallery/nn/gallery/semisupervised/tensorflow/experimental/sat.py
graphgallery/nn/gallery/unsupervised/__init__.py
graphgallery/nn/gallery/unsupervised/deepwalk.py
graphgallery/nn/gallery/unsupervised/node2vec.py
graphgallery/nn/gallery/unsupervised/unsupervised_model.py
graphgallery/nn/init/__init__.py
graphgallery/nn/init/torch_init.py
graphgallery/nn/layers/__init__.py
graphgallery/nn/layers/pytorch/__init__.py
graphgallery/nn/layers/pytorch/gat.py
graphgallery/nn/layers/pytorch/gcn.py
graphgallery/nn/layers/pytorch/get_activation.py
graphgallery/nn/layers/pytorch/sgc.py
graphgallery/nn/layers/tensorflow/__init__.py
graphgallery/nn/layers/tensorflow/chebynet.py
graphgallery/nn/layers/tensorflow/dagnn.py
graphgallery/nn/layers/tensorflow/densegcn.py
graphgallery/nn/layers/tensorflow/edgeconv.py
graphgallery/nn/layers/tensorflow/gat.py
graphgallery/nn/layers/tensorflow/gcn.py
graphgallery/nn/layers/tensorflow/gcna.py
graphgallery/nn/layers/tensorflow/gin.py
graphgallery/nn/layers/tensorflow/graphsage.py
graphgallery/nn/layers/tensorflow/gwnn.py
graphgallery/nn/layers/tensorflow/lgcn.py
graphgallery/nn/layers/tensorflow/median.py
graphgallery/nn/layers/tensorflow/mediansage.py
graphgallery/nn/layers/tensorflow/misc.py
graphgallery/nn/layers/tensorflow/normalize.py
graphgallery/nn/layers/tensorflow/robustgcn.py
graphgallery/nn/layers/tensorflow/sgc.py
graphgallery/nn/layers/tensorflow/top_k.py
graphgallery/nn/models/__init__.py
graphgallery/nn/models/torch_keras.py
graphgallery/nn/models/dgl_tf/__init__.py
graphgallery/nn/models/dgl_tf/gcn.py
graphgallery/nn/models/dgl_torch/__init__.py
graphgallery/nn/models/dgl_torch/gcn.py
graphgallery/nn/models/pyg/__init__.py
graphgallery/nn/models/pyg/gcn.py
graphgallery/nn/models/pytorch/__init__.py
graphgallery/nn/models/pytorch/gat.py
graphgallery/nn/models/pytorch/gcn.py
graphgallery/nn/models/pytorch/sgc.py
graphgallery/nn/models/tensorflow/__init__.py
graphgallery/nn/models/tensorflow/chebynet.py
graphgallery/nn/models/tensorflow/dagnn.py
graphgallery/nn/models/tensorflow/densegcn.py
graphgallery/nn/models/tensorflow/edgeconv.py
graphgallery/nn/models/tensorflow/fastgcn.py
graphgallery/nn/models/tensorflow/gat.py
graphgallery/nn/models/tensorflow/gcn.py
graphgallery/nn/models/tensorflow/gcna.py
graphgallery/nn/models/tensorflow/graphsage.py
graphgallery/nn/models/tensorflow/gwnn.py
graphgallery/nn/models/tensorflow/lgcn.py
graphgallery/nn/models/tensorflow/robustgcn.py
graphgallery/nn/models/tensorflow/sgc.py
graphgallery/sequence/__init__.py
graphgallery/sequence/base_sequence.py
graphgallery/sequence/fullbatch_sequence.py
graphgallery/sequence/minibatch_sequence.py
graphgallery/sequence/sample_sequence.py
graphgallery/utils/__init__.py
graphgallery/utils/bvat_utils.py
graphgallery/utils/context_manager.py
graphgallery/utils/raise_error.py
graphgallery/utils/saver.py
graphgallery/utils/tqdm.py
graphgallery/utils/trainer.py
graphgallery/utils/walker.py