mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-05 19:54:25 +08:00
26 lines
316 B
ReStructuredText
26 lines
316 B
ReStructuredText
.. _apifunction:
|
|
|
|
Builtin functions
|
|
=================
|
|
|
|
.. automodule:: dgl.function
|
|
|
|
Message functions
|
|
-----------------
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
copy_src
|
|
copy_edge
|
|
src_mul_edge
|
|
|
|
Reduce functions
|
|
----------------
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
sum
|
|
max
|