arithmetic
Description
Implementations of arithmetic comparison predicates for torch and numpy arrays.
A default precedence list for adding arithmetic comparison operations to a logic
is given in ARITHMETIC_OP_PRECEDENCE
.
Classes
Predicate of arity 2 that checks element-wise equality between two arrays. |
|
Predicate of arity 2 that thresholds number values at a given threshold. |
|
Predicate of arity 2 that thresholds number values at a given threshold. |
|
Predicate of arity 2 that checks whether an input is below or equals a threshold. |
|
Predicate of arity 2 that checks whether an input is below a threshold. |