| Class | Description |
|---|---|
| Choose |
This op allows us to (based on the passed in condition)
to return the element fulfilling the condition.
|
| 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
|
| CompareAndSet |
Element-wise Compare-and-set implementation as Op
Please check javadoc to specific constructors, for detail information.
|
| Eps |
Bit mask over the ndarrays as to whether
the components are equal or not
|
| EqualTo |
Bit mask over the ndarrays as to whether
the components are equal or not
|
| GreaterThan |
Bit mask over the ndarrays as to whether
the components are greater than or not
|
| GreaterThanOrEqual |
Bit mask over the ndarrays as to whether
the components are greater than or equal or not
|
| IsNonDecreasing |
This op takes 1 n-dimensional array as input,
and returns true if for every adjacent pair we have x[i] <= x[i+1].
|
| IsNumericTensor |
This op takes 1 n-dimensional array as input, and returns true if input is a numeric array.
|
| IsStrictlyIncreasing |
This op takes 1 n-dimensional array as input,
and returns true if for every adjacent pair we have x[i] < x[i+1].
|
| LessThan |
Bit mask over the ndarrays as to whether
the components are less than or not
|
| LessThanOrEqual |
Bit mask over the ndarrays as to whether
the components are less than or equal or not
|
| ListDiff | |
| Max |
Max function
|
| Min |
Min function
|
| NotEqualTo |
Not equal to function:
Bit mask over whether 2 elements are not equal or not
|
| OldEqualTo |
Bit mask over the ndarrays as to whether
the components are equal or not
|
| OldGreaterThan |
Bit mask over the ndarrays as to whether
the components are greater than or not
|
| OldGreaterThanOrEqual |
Bit mask over the ndarrays as to whether
the components are greater than or equal or not
|
| OldLessThan |
Bit mask over the ndarrays as to whether
the components are less than or not
|
| OldLessThanOrEqual |
Bit mask over the ndarrays as to whether
the components are less than or equal or not
|
| OldMax |
Max function
|
| OldMin |
Min function
|
| OldNotEqualTo |
Not equal to function:
Bit mask over whether 2 elements are not equal or not
|
Copyright © 2018. All rights reserved.