Element-wise arithmetic right bit shift.
Arguments
- lhs, rhs
(
tensorish)
Left and right operand. Operands are promoted to a common data type. Scalars are broadcast to the shape of the other operand.
Value
tensorish
Has the same shape and the promoted common data type of the inputs.
See also
nvl_shift_right_arithmetic() for the underlying primitive.