| Modifier and Type | Class and Description |
|---|---|
class |
BaseTransformAnyOp |
class |
BaseTransformBoolOp |
class |
BaseTransformSameOp |
| Modifier and Type | Class and Description |
|---|---|
class |
Constant |
| Modifier and Type | Class and Description |
|---|---|
class |
Assign
Identity function
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanNot
Boolean NOT transform
|
class |
IsFinite
IsFinite function
|
class |
IsInf
IsInf function
|
class |
IsNaN
IsNaN function
|
class |
MatchConditionTransform
Match condition transform
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompareAndReplace
Element-wise Compare-and-Replace implementation as Op
Basically this op does the same as Compare-and-Set, but op.X is checked against Condition instead
|
class |
CompareAndSet
Element-wise Compare-and-set implementation as Op
Please check javadoc to specific constructors, for detail information.
|
class |
Eps
Bit mask over the ndarrays as to whether
the components are equal or not
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryMinimalRelativeError |
class |
BinaryRelativeError |
class |
RelativeError |
class |
Set
Set
|
| Modifier and Type | Class and Description |
|---|---|
class |
Axpy
Level 1 blas op Axpy as libnd4j native op
|
class |
CopyOp
Copy operation
|
class |
FModOp
Floating-point mod
|
class |
PowPairwise
Pairwise version of PoW
|
class |
RemainderOp
Floating-point remainder operation
|
| Modifier and Type | Class and Description |
|---|---|
class |
And
Boolean AND pairwise transform
|
class |
Not
Boolean AND pairwise transform
|
class |
Or
Boolean OR pairwise transform
|
class |
Xor
Boolean XOR pairwise transform
|
| Modifier and Type | Class and Description |
|---|---|
class |
Abs
Abs elementwise function
|
class |
AMax
Calculate the absolute minimum over a vector
|
class |
AMin
Calculate the absolute minimum over a vector
|
class |
Ceil
Ceiling elementwise function
|
class |
Cube
Cube (x^3) elementwise function
|
class |
Floor
Floor elementwise function
|
class |
Max
Calculate the maximum value between two arrays in an elementwise fashion, broadcasting if required
|
class |
Min
Calculate the minimum value between two arrays in an elementwise fashion, broadcasting if required
|
class |
Negative
Negative function
|
class |
OneMinus
1 - input
|
class |
Reciprocal
Created by susaneraly on 3/28/18.
|
class |
Round
Rounding function
|
class |
Sign
Signum function
|
class |
Square
Square function (x ^ 2)
|
class |
TimesOneMinus
If x is input: output is x*(1-x)
|
Copyright © 2019. All rights reserved.