Commit 53a41ae8 authored by Yuxin Wu's avatar Yuxin Wu

expose MultiProcessMapData to docs

parent 5a0fe4e1
......@@ -22,7 +22,8 @@ from ..utils import logger
from ..utils.gpu import change_gpu
__all__ = ['PrefetchData', 'PrefetchDataZMQ', 'PrefetchOnGPUs',
'ThreadedMapData', 'MultiThreadMapData', 'MultiProcessMapData']
'ThreadedMapData', 'MultiThreadMapData',
'MultiProcessMapData', 'MultiProcessMapDataZMQ']
def _repeat_iter(get_itr):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment