public abstract class BaseCPUIndexAccumulationTask extends BaseCPUTask<org.apache.commons.math3.util.Pair<Double,Integer>>
| Modifier and Type | Field and Description |
|---|---|
protected int |
elementOffset |
protected IndexAccumulation |
op |
protected boolean |
outerTask |
| Constructor and Description |
|---|
BaseCPUIndexAccumulationTask(IndexAccumulation op,
int threshold,
boolean outerTask)
Constructor for doing task on entire NDArray
|
BaseCPUIndexAccumulationTask(IndexAccumulation op,
int threshold,
int tadIdx,
int tadDim,
boolean outerTask)
Constructor for doing a 1d tensor first
|
BaseCPUIndexAccumulationTask(IndexAccumulation op,
int threshold,
int n,
int offsetX,
int offsetY,
int incrX,
int incrY,
int elementOffset,
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 IndexAccumulation op
protected final int elementOffset
protected final boolean outerTask
public BaseCPUIndexAccumulationTask(IndexAccumulation op, int threshold, int n, int offsetX, int offsetY, int incrX, int incrY, int elementOffset, boolean outerTask)
public BaseCPUIndexAccumulationTask(IndexAccumulation op, int threshold, boolean outerTask)
public BaseCPUIndexAccumulationTask(IndexAccumulation op, int threshold, int tadIdx, int tadDim, boolean outerTask)
Copyright © 2016. All Rights Reserved.