mirror of
https://github.com/deepseek-ai/smallpond
synced 2025-06-26 18:27:45 +00:00
32 lines
517 B
ReStructuredText
32 lines
517 B
ReStructuredText
smallpond.execution.task.PartitionInfo
|
|
======================================
|
|
|
|
.. currentmodule:: smallpond.execution.task
|
|
|
|
.. autoclass:: PartitionInfo
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~PartitionInfo.__init__
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~PartitionInfo.index
|
|
~PartitionInfo.npartitions
|
|
~PartitionInfo.dimension
|
|
~PartitionInfo.default_dimension
|
|
~PartitionInfo.toplevel_dimension
|
|
|
|
|