DASF
1.0b5
Principles
Installation Guide
Overview
Tutorials
DASF API Reference
dasf
Subpackages
dasf.datasets
dasf.debug
dasf.feature_extraction
dasf.ml
dasf.pipeline
dasf.profile
dasf.transforms
dasf.utils
DASF
DASF API Reference
dasf
dasf.pipeline
dasf.pipeline.executors
dasf.pipeline.executors.wrapper
View page source
dasf.pipeline.executors.wrapper
Classes
LocalExecutor
Module Contents
class
dasf.pipeline.executors.wrapper.
LocalExecutor
(
use_gpu
=
None
,
backend
=
'numpy'
,
gpu_allocator
=
'cupy'
)
[source]
backend
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]