| Modifier and Type | Interface and Description |
|---|---|
interface |
ScalarOp
Applies a scalar
along a bigger input array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBroadcastOp |
class |
BaseScalarOp
Base scalar operation
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultOpExecutioner.doBroadcastOp(BroadcastOp op) |
INDArray |
OpExecutioner.execAndReturn(BroadcastOp op)
Execute and return the result from a vector op
|
INDArray |
DefaultOpExecutioner.execAndReturn(BroadcastOp op) |
| Modifier and Type | Method and Description |
|---|---|
BroadcastOp |
OpFactory.createBroadcastOp(String name,
INDArray x,
INDArray y,
INDArray z,
int... dimension)
Create a vector operation
|
BroadcastOp |
DefaultOpFactory.createBroadcastOp(String name,
INDArray x,
INDArray y,
INDArray z,
int... dimension) |
BroadcastOp |
OpFactory.createBroadcastOp(String name,
INDArray x,
INDArray z,
int... dimension)
Create a vector operation
|
BroadcastOp |
DefaultOpFactory.createBroadcastOp(String name,
INDArray x,
INDArray y,
int... dimension) |
| Modifier and Type | Class and Description |
|---|---|
class |
BroadcastAddOp |
class |
BroadcastCopyOp |
class |
BroadcastDivOp |
class |
BroadcastMulOp |
class |
BroadcastRDivOp |
class |
BroadcastRSubOp |
class |
BroadcastSubOp |
| 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.getBroadcastOpAction(BroadcastOp op) |
| Modifier and Type | Method and Description |
|---|---|
Task<Void> |
CPUTaskFactory.getBroadcastOpAction(BroadcastOp op) |
| Modifier and Type | Field and Description |
|---|---|
protected BroadcastOp |
CpuBroadcastOp.op |
| Constructor and Description |
|---|
CpuBroadcastOp(BroadcastOp op,
int threshold) |
Copyright © 2016. All Rights Reserved.