Functionrun_parallels(work_fn, iterable, max_workers=None, chunksize=1, processing_bar=True, backend_executor=multiprocessing.Pool,
scripts/pylib/processing.py:6
Functionsplit_nestSplit nested structure. Examples -------- >>> split_nest({'a': shape(10, 20), 'b': shape(4, 15)}, 2, axis=0) >>> [{'a': shape(5, 20),
tflib/distribute/distribute.py:13