Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.lax.mul

Contents

jax.lax.mul#

jax.lax.mul(x,y)[source]#

Elementwise multiplication:\(x \times y\).

This function lowers directly to thestablehlo.multiply operation.

Parameters:
  • x (ArrayLike) – Input arrays. Must have matching numerical dtypes. If neitheris a scalar,x andy must have the same number of dimensionsand be broadcast compatible.

  • y (ArrayLike) – Input arrays. Must have matching numerical dtypes. If neitheris a scalar,x andy must have the same number of dimensionsand be broadcast compatible.

Returns:

An array of the same dtype asx andy containing the productof each pair of broadcasted entries.

Return type:

Array

See also

Contents

[8]ページ先頭

©2009-2025 Movatter.jp