| Modifier and Type | Class and Description |
|---|---|
class |
BaseScalarOp
Base scalar operation
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultOpExecutioner.doScalarOp(ScalarOp op) |
INDArray |
OpExecutioner.execAndReturn(ScalarOp op)
Execute and return the result from a scalar op
|
INDArray |
DefaultOpExecutioner.execAndReturn(ScalarOp op) |
INDArray |
OpExecutioner.execAndReturn(ScalarOp op,
int... dimension)
Execute and return the result from an scalar op
|
INDArray |
DefaultOpExecutioner.execAndReturn(ScalarOp op,
int... dimension) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScalarAdd
Scalar addition
|
class |
ScalarDivision
Scalar division
|
class |
ScalarMax
Scalar max operation.
|
class |
ScalarMultiplication
Scalar multiplication
|
class |
ScalarReverseDivision
Scalar reverse division
|
class |
ScalarReverseSubtraction
Scalar reverse subtraction
|
class |
ScalarSet
Scalar max operation.
|
class |
ScalarSubtraction
Scalar subtraction
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScalarEquals
Return a binary (0 or 1) when greater than a number
|
class |
ScalarGreaterThan
Return a binary (0 or 1) when greater than a number
|
class |
ScalarGreaterThanOrEqual
Return a binary (0 or 1) when greater than or equal to a number
|
class |
ScalarLessThan
Return a binary (0 or 1) when less than a number
|
class |
ScalarLessThanOrEqual
Return a binary (0 or 1) when less than
or equal to a number
|
class |
ScalarNotEquals
Return a binary (0 or 1)
when greater than a number
|
class |
ScalarSetValue
Scalar value set operation.
|
| Modifier and Type | Method and Description |
|---|---|
Task<Void> |
TaskFactory.getScalarAction(ScalarOp op) |
| Modifier and Type | Method and Description |
|---|---|
Task<Void> |
CPUTaskFactory.getScalarAction(ScalarOp op) |
| Modifier and Type | Field and Description |
|---|---|
protected ScalarOp |
CPUScalarOpViaTensorAction.op |
protected ScalarOp |
BaseCPUScalarOpAction.op |
| Constructor and Description |
|---|
BaseCPUScalarOpAction(ScalarOp op,
int threshold)
Constructor for doing task on entire NDArray
|
BaseCPUScalarOpAction(ScalarOp op,
int threshold,
int tadIdx,
int tadDim)
Constructor for doing a 1d tensor first
|
BaseCPUScalarOpAction(ScalarOp op,
int threshold,
int n,
int offsetX,
int offsetZ,
int incrX,
int incrZ)
Constructor for operating on subset of NDArray
|
CPUScalarOpAction(ScalarOp op,
int threshold)
Constructor for doing task on entire NDArray
|
CPUScalarOpAction(ScalarOp op,
int threshold,
int tadIdx,
int tadDim)
Constructor for doing a 1d tensor first
|
CPUScalarOpAction(ScalarOp op,
int threshold,
int n,
int offsetX,
int offsetZ,
int incrX,
int incrZ)
Constructor for operating on subset of NDArray
|
CPUScalarOpViaTensorAction(ScalarOp op,
int threshold) |
Copyright © 2016. All Rights Reserved.