Python wrappers
Public Python APIs implemented by this engine symbol.Element-wise strict greater-than comparison.
Computes out[i] = (a[i] > b[i]) and returns the result as a Bool
tensor.
Non-differentiable: no autograd node is registered.
Math
References
NumPy numpy.greater.
See Also
greater_equal_op, less_op
Parameters
a, bTensorImplPtrOperands of identical shape, dtype, and device.
Returns
TensorImplPtrBool tensor with the same shape as the inputs.
Raises
LucidErrorIf the operand shapes, dtypes, or devices differ.