.. currentmodule:: dgl NN Modules =============== A set of high-level pre-defined modules are provided to build graph neural networks. .. toctree:: :glob: :caption: NN Modules ../api/python/nn Contribution Guide ~~~~~~~~~~~~~~~~~~~~~ We welcome your contribution! If you want a model to be implemented in DGL as a NN module, please `create an issue `_ started with "[Feature Request] NN Module XXXModel". If you want to contribute a NN module, please `create a pull request `_ started with "[NN] XXXModel in MXNet/PyTorch NN Modules" and our team member would review this PR.