grain.multiprocessing module

Contents

grain.multiprocessing module#

APIs to work with multiprocessing.

List of Members#

MultiprocessingOptions([num_workers, ...])

Options for using Python multiprocessing.

SharedMemoryArray(shape[, dtype])

A NumPy array subclass which is backed by shared memory.