| Class | Description |
|---|---|
| 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
|
| 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
|
| Max |
Max function
|
| Min |
Min function
|
| NotEqualTo |
Not equal to function:
Bit mask over whether 2 elements are not equal or not
|
Copyright © 2017. All rights reserved.