Classes | |
class | DataParallelExecutorGroup |
Functions | |
def | _load_data |
def | _load_general |
def | _load_label |
def | _merge_multi_context |
def core.DataParallelExecutorGroup._load_data | ( | batch, | |
targets, | |||
major_axis | |||
) | [private] |
Load data into sliced arrays
Definition at line 31 of file DataParallelExecutorGroup.py.
def core.DataParallelExecutorGroup._load_general | ( | data, | |
targets, | |||
major_axis | |||
) | [private] |
Load a list of arrays into a list of arrays specified by slices
Definition at line 19 of file DataParallelExecutorGroup.py.
def core.DataParallelExecutorGroup._load_label | ( | batch, | |
targets, | |||
major_axis | |||
) | [private] |
Load label into sliced arrays
Definition at line 36 of file DataParallelExecutorGroup.py.
def core.DataParallelExecutorGroup._merge_multi_context | ( | outputs, | |
major_axis | |||
) | [private] |
Merge outputs that lives on multiple context into one, so that they look like living on one context.
Definition at line 41 of file DataParallelExecutorGroup.py.