jax.lax.shift_left#

jax.lax.shift_left(x, y)[原始碼]#

逐元素左移:\(x \ll y\)

參數:
  • x (ArrayLike)

  • y (ArrayLike)

返回類型:

Array