dataset_common_to_distributed#

caput.memdata.MemGroup.dataset_common_to_distributed(name, distributed_axis=0)[source]#

Convert a common dataset to a distributed one.

Parameters:
namestr

Dataset name.

distributed_axisint

Axis to distribute the data over. Default is 0.

Returns:
datasetMemDatasetDistributed

Distributed dataset from the common one.