mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-05 19:54:25 +08:00
* Update * Update * Update * Fix * CI style fix * CI fix style * Fix * Try CI * Fix test * Update * Update * Update * Update
27 lines
578 B
ReStructuredText
27 lines
578 B
ReStructuredText
.. _apibatch_heterograph:
|
|
|
|
BatchedDGLHeteroGraph -- Enable batched graph operations for heterographs
|
|
=========================================================================
|
|
|
|
.. currentmodule:: dgl
|
|
.. autoclass:: BatchedDGLHeteroGraph
|
|
|
|
Merge and decompose
|
|
-------------------
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
batch_hetero
|
|
unbatch_hetero
|
|
|
|
Query batch summary
|
|
----------------------
|
|
|
|
.. autosummary::
|
|
:toctree: ../../generated/
|
|
|
|
BatchedDGLHeteroGraph.batch_size
|
|
BatchedDGLHeteroGraph.batch_num_nodes
|
|
BatchedDGLHeteroGraph.batch_num_edges
|