You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the ops listed here are blocked by #14077
ELEMWISE_UNARY_ISFINITE
ELEMWISE_UNARY_ISINF
ELEMWISE_UNARY_ISNAN
ELEMWISE_UNARY_ISNEGINF
ELEMWISE_UNARY_ISPOSINF
ELEMWISE_UNARY_SIGNBIT
ELEMWISE_BINARY_ISCLOSE
ELEMWISE_BINARY_ISCLOSENAN
The following list of element-wise ops require output integer numbers.
Completed:
ELEMWISE_UNARY_EQ
ELEMWISE_UNARY_GE
ELEMWISE_UNARY_GT
ELEMWISE_UNARY_LE
ELEMWISE_UNARY_LT
ELEMWISE_UNARY_NE
ELEMWISE_UNARY_LOGICALNOT
ELEMWISE_BINARY_GE
ELEMWISE_BINARY_GT
ELEMWISE_BINARY_EQ
ELEMWISE_BINARY_LE
ELEMWISE_BINARY_LOGICALAND
ELEMWISE_BINARY_LOGICALOR
ELEMWISE_BINARY_LOGICALXOR
ELEMWISE_BINARY_LT
ELEMWISE_BINARY_NE
Yet To Add:
ELEMWISE_UNARY_SIGNBIT
ELEMWISE_UNARY_ISFINITE
ELEMWISE_UNARY_ISINF
ELEMWISE_UNARY_ISNAN
ELEMWISE_UNARY_ISNEGINF
ELEMWISE_UNARY_ISPOSINF
ELEMWISE_BINARY_ISCLOSE
ELEMWISE_BINARY_ISCLOSENAN
The text was updated successfully, but these errors were encountered: