openvino.runtime.opset15.bitwise_left_shift#

openvino.runtime.opset15.bitwise_left_shift(arg0: Node | int | float | ndarray, arg1: Node | int | float | ndarray, auto_broadcast: str = 'NUMPY', name: str | None = None) Node#

Return node which performs BitwiseLeftShift operation on input nodes element-wise.

Parameters:
  • arg0 – Node with data to be shifted.

  • arg1 – Node 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 BitwiseLeftShift operation.