openvino.runtime.opset15.bitwise_right_shift#
- openvino.runtime.opset15.bitwise_right_shift(arg0: Node | int | float | ndarray, arg1: Node | int | float | ndarray, auto_broadcast: str = 'NUMPY', name: str | None = None) Node #
Return node which performs BitwiseRightShift operation on input nodes element-wise.
- Parameters:
arg0 – Tensor with data to be shifted.
arg1 – Tensor with number of shifts.
auto_broadcast – The type of broadcasting specifies rules used for auto-broadcasting of input tensors. Defaults to “NUMPY”.
- Returns:
The new node performing BitwiseRightShift operation.