| Package | Description |
|---|---|
| org.nd4j.linalg.api.parallel.tasks |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTaskExecutor
Default TaskExecutor based on a
(a) ForkJoinPool (for CPU tasks that are ForkJoin RecursiveTask/RecursiveAction, for example)
(b) ThreadPoolExecutor (for all other tasks)
number of threads set to the number of processor (cores) by default, as per the
|
| Modifier and Type | Field and Description |
|---|---|
static TaskExecutor |
TaskExecutorProvider.taskExecutor |
| Modifier and Type | Method and Description |
|---|---|
static TaskExecutor |
TaskExecutorProvider.getTaskExecutor() |
Copyright © 2016. All Rights Reserved.