dmlc--dgl
565f0c88fc
* refactor graph conv * docs & tests * fix lint * fix lint * fix lint * fix lint script * fix lint * Update * Style fix * Fix style * Fix style * Fix gpu case * Fix for gpu case * Hotfix edgesoftmax docs * Handle repeated features * Add docstring * Set default arguments * Remove dropout from nn.conv * Fix * add util fn for renaming * revert gcn_spmv.py * mx folder * fix wierd bug * fix mx * fix lint
14 行
219 B
ReStructuredText
14 行
219 B
ReStructuredText
.. _apinn-mxnet:
|
|
|
|
dgl.nn.mxnet
|
|
============
|
|
|
|
dgl.nn.mxnet.conv
|
|
-----------------
|
|
|
|
.. automodule:: dgl.nn.mxnet.conv
|
|
|
|
.. autoclass:: dgl.nn.mxnet.conv.GraphConv
|
|
:members: weight, bias, forward
|
|
:show-inheritance:
|