| Modifier and Type | Class and Description |
|---|---|
class |
BaseScalarBoolOp
Base scalar boolean operation
|
class |
BaseScalarOp
Base scalar operation
|
| Modifier and Type | Method and Description |
|---|---|
ScalarOp |
OpExecutioner.execAndReturn(ScalarOp op)
Execute and return the result from a scalar op
|
ScalarOp |
DefaultOpExecutioner.execAndReturn(ScalarOp op) |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
OpExecutioner.exec(ScalarOp broadcast)
Execute ScalarOp
|
INDArray |
DefaultOpExecutioner.exec(ScalarOp op) |
ScalarOp |
OpExecutioner.execAndReturn(ScalarOp op)
Execute and return the result from a scalar op
|
ScalarOp |
DefaultOpExecutioner.execAndReturn(ScalarOp op) |
| Constructor and Description |
|---|
InvertedPredicateMetaOp(ScalarOp opA,
ScalarOp opB) |
InvertedPredicateMetaOp(ScalarOp opA,
TransformOp opB) |
InvertedPredicateMetaOp(TransformOp opA,
ScalarOp opB) |
PostulateMetaOp(ScalarOp opA,
ReduceOp opB) |
PredicateMetaOp(ScalarOp opA,
ScalarOp opB) |
PredicateMetaOp(ScalarOp opA,
TransformOp opB) |
PredicateMetaOp(TransformOp opA,
ScalarOp opB) |
ReduceMetaOp(ScalarOp opA,
ReduceOp opB) |
ReduceMetaOp(ScalarOp opA,
ReduceOp opB,
int... dimensions) |
| Modifier and Type | Class and Description |
|---|---|
class |
LeakyReLU
Leaky Rectified linear unit.
|
class |
LogX
Log on arbitrary base op
|
class |
Pow
Pow function
|
class |
PowDerivative
Pow derivative
z = n * x ^ (n-1)
|
class |
RectifiedLinear
Rectified linear units
|
class |
Relu6
Rectified linear unit 6, i.e.
|
class |
ReplaceNans
Element-wise "Replace NaN" implementation as Op
|
class |
ScalarAdd
Scalar addition
|
class |
ScalarDivision
Scalar division
|
class |
ScalarFMod
Scalar floating-point remainder (fmod aka 'floormod')
|
class |
ScalarMax
Scalar max operation.
|
class |
ScalarMin
Scalar max operation.
|
class |
ScalarMultiplication
Scalar multiplication
|
class |
ScalarRemainder
Scalar floating-point remainder
|
class |
ScalarReverseDivision
Scalar reverse division
|
class |
ScalarReverseSubtraction
Scalar reverse subtraction
|
class |
ScalarSet
Scalar max operation.
|
class |
ScalarSubtraction
Scalar subtraction
|
class |
Step
Unit step function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScalarAnd
Return a binary (0 or 1)
when greater than a number
|
class |
ScalarEps
Return a binary (0 or 1) when greater than a number
|
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 |
ScalarNot
Return a binary (0 or 1)
when greater than a number
|
class |
ScalarNotEquals
Return a binary (0 or 1)
when greater than a number
|
class |
ScalarOr
Return a binary (0 or 1)
when greater than a number
|
class |
ScalarSetValue
Scalar value set operation.
|
class |
ScalarXor
Return a binary (0 or 1)
when greater than a number
|
| Modifier and Type | Class and Description |
|---|---|
class |
LeakyReLUDerivative
Leaky ReLU derivative.
|
Copyright © 2019. All rights reserved.