Class | Description |
---|---|
CompareAndReplace |
Element-wise Compare-and-Replace implementation as Op
|
CompareAndSet |
Element-wise Compare-and-set implementation as Op
|
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 © 2016. All Rights Reserved.