Modifier and Type | Class and Description |
---|---|
class |
BaseTask<V> |
Modifier and Type | Method and Description |
---|---|
Task<Double> |
TaskFactory.getAccumulationTask(Accumulation op) |
Task<INDArray> |
TaskFactory.getAccumulationTask(Accumulation op,
int... dimension) |
Task<Void> |
TaskFactory.getBroadcastOpAction(BroadcastOp op) |
Task<INDArray> |
TaskFactory.getCol2ImTask(INDArray col,
int strideY,
int strideX,
int padHeight,
int padWidth,
int imgHeight,
int imgWidth) |
Task<INDArray> |
TaskFactory.getIm2ColTask(INDArray img,
int kernelHeight,
int kernelWidth,
int strideY,
int strideX,
int padHeight,
int padWidth,
boolean coverAll) |
Task<org.apache.commons.math3.util.Pair<Double,Integer>> |
TaskFactory.getIndexAccumulationTask(IndexAccumulation op) |
Task<INDArray> |
TaskFactory.getIndexAccumulationTask(IndexAccumulation op,
int... dimension) |
Task<Void> |
TaskFactory.getScalarAction(ScalarOp op) |
Task<Void> |
TaskFactory.getTransformAction(TransformOp op) |
Task<Void> |
TaskFactory.getTransformAction(TransformOp op,
int... dimension) |
Modifier and Type | Method and Description |
---|---|
<V> Future<V> |
DefaultTaskExecutor.executeAsync(Task<V> task) |
<V> Future<V> |
TaskExecutor.executeAsync(Task<V> task)
Schedule a task for asynchronous execution
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCPUAction |
class |
BaseCPUTask<V> |
Modifier and Type | Field and Description |
---|---|
protected List<Task<Void>> |
BaseCPUAction.subTasks |
Modifier and Type | Method and Description |
---|---|
Task<Double> |
CPUTaskFactory.getAccumulationTask(Accumulation op) |
Task<INDArray> |
CPUTaskFactory.getAccumulationTask(Accumulation op,
int... dimension) |
Task<Void> |
CPUTaskFactory.getBroadcastOpAction(BroadcastOp op) |
Task<INDArray> |
CPUTaskFactory.getCol2ImTask(INDArray col,
int strideY,
int strideX,
int padHeight,
int padWidth,
int imgHeight,
int imgWidth) |
Task<INDArray> |
CPUTaskFactory.getIm2ColTask(INDArray img,
int kernelHeight,
int kernelWidth,
int strideY,
int strideX,
int padHeight,
int padWidth,
boolean coverAll) |
Task<org.apache.commons.math3.util.Pair<Double,Integer>> |
CPUTaskFactory.getIndexAccumulationTask(IndexAccumulation op) |
Task<INDArray> |
CPUTaskFactory.getIndexAccumulationTask(IndexAccumulation op,
int... dimension) |
Task<Void> |
CPUTaskFactory.getScalarAction(ScalarOp op) |
Task<Void> |
CPUTaskFactory.getTransformAction(TransformOp op) |
Task<Void> |
CPUTaskFactory.getTransformAction(TransformOp op,
int... dimension) |
Modifier and Type | Class and Description |
---|---|
class |
BaseCPUAccumulationTask |
class |
CPUAccumulationAlongDimensionTask |
class |
CPUAccumulations1dAction |
class |
CPUAccumulationTask |
class |
CPUAccumulationViaTensorTask |
Modifier and Type | Field and Description |
---|---|
protected List<Task<Double>> |
CPUAccumulationViaTensorTask.subTasks |
protected List<Task<Double>> |
CPUAccumulationTask.subTasks |
protected List<Task<Double>> |
CPUAccumulationAlongDimensionTask.subTasks |
Modifier and Type | Class and Description |
---|---|
class |
BaseCPUIndexAccumulationTask |
class |
CPUIndexAccumulationAlongDimensionTask |
class |
CPUIndexAccumulations1dAction
A class used specifically for IndexAccumulation along dimensions for 1d.
|
class |
CPUIndexAccumulationTask |
class |
CPUIndexAccumulationViaTensorTask |
Modifier and Type | Field and Description |
---|---|
protected List<Task<org.apache.commons.math3.util.Pair<Double,Integer>>> |
CPUIndexAccumulationAlongDimensionTask.subTasks |
protected List<Task<org.apache.commons.math3.util.Pair<Double,Integer>>> |
CPUIndexAccumulationTask.subTasks |
protected List<Task<org.apache.commons.math3.util.Pair<Double,Integer>>> |
CPUIndexAccumulationViaTensorTask.subTasks |
Modifier and Type | Class and Description |
---|---|
class |
CPUCol2ImTask
Parallel Col2Im implementation
|
class |
CPUIm2ColTask
Parallel Im2Col implementation
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCPUScalarOpAction |
class |
CPUScalarOpAction |
class |
CPUScalarOpViaTensorAction |
Modifier and Type | Class and Description |
---|---|
class |
BaseCPUTransformOpAction |
class |
CPUTransformAlongDimensionTask |
class |
CPUTransformOpAction |
class |
CPUTransformOpViaTensorTask |
Modifier and Type | Field and Description |
---|---|
protected List<Task<Void>> |
CPUTransformAlongDimensionTask.subTasks |
Modifier and Type | Class and Description |
---|---|
class |
CpuBroadcastOp |
Copyright © 2015. All Rights Reserved.