Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.29 KB

index.rst

File metadata and controls

39 lines (31 loc) · 1.29 KB

Welcome to gammagl's documentation!

.. toctree::
   :maxdepth: 4
   :caption: NOTES
   :hidden:
   :glob:

   notes/installation
   notes/introduction
   notes/create_dataset
   notes/create_gnn
   notes/batching

.. toctree::
   :maxdepth: 4
   :caption: API Reference
   :hidden:
   :glob:

   api/gammagl.data
   api/gammagl.datasets
   api/gammagl.layers
   api/gammagl.loader
   api/gammagl.transforms
   api/gammagl.utils

GammaGL is a framework-agnostic graph learning library based on TensorLayerX, which supports TensorFlow, PyTorch, PaddlePaddle, MindSpore as the backends. Inspired by PyG[PyTorch Geometric], GammaGL is Tensor-centric. If you are familiar with PyG, it will be friendly and maybe a TensorFlow Geometric, Paddle Geometric, or MindSpore Geometric to you.

It is under development, welcome join us!

We give a development tutorial in Chinese on wiki.