dasf.pipeline.executors.wrapper

Classes

LocalExecutor

Module Contents

class dasf.pipeline.executors.wrapper.LocalExecutor(use_gpu=None, backend='numpy', gpu_allocator='cupy')[source]
property ngpus: int
Return type:

int

property is_connected: bool
Return type:

bool

pre_run(pipeline)[source]
post_run(pipeline)[source]
get_backend()[source]
execute(fn, *args, **kwargs)[source]