public abstract class BaseCPUAccumulationTask extends BaseCPUTask<Double>
| Modifier and Type | Field and Description |
|---|---|
protected Accumulation |
op |
protected boolean |
outerTask |
| Constructor and Description |
|---|
BaseCPUAccumulationTask(Accumulation op,
int threshold,
boolean outerTask)
Constructor for doing task on entire NDArray
|
BaseCPUAccumulationTask(Accumulation op,
int threshold,
int tadIdx,
int tadDim,
boolean outerTask)
Constructor for doing a 1d tensor first
|
BaseCPUAccumulationTask(Accumulation op,
int threshold,
int n,
int offsetX,
int offsetY,
int incrX,
int incrY,
boolean outerTask)
Constructor for operating on subset of NDArray
|
doTensorFirst, invokeAsync, invokeBlockingcompute, exec, getRawResult, setRawResultadapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnforkclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblockUntilComplete, callprotected final Accumulation op
protected final boolean outerTask
public BaseCPUAccumulationTask(Accumulation op, int threshold, int n, int offsetX, int offsetY, int incrX, int incrY, boolean outerTask)
public BaseCPUAccumulationTask(Accumulation op, int threshold, boolean outerTask)
public BaseCPUAccumulationTask(Accumulation op, int threshold, int tadIdx, int tadDim, boolean outerTask)
Copyright © 2016. All Rights Reserved.