Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.lax.imag

Contents

jax.lax.imag#

jax.lax.imag(x)[source]#

Elementwise extract imaginary part:\(\mathrm{Im}(x)\).

This function lowers directly to thestablehlo.imag operation.

Parameters:

x (ArrayLike) – input array. Must have complex dtype.

Returns:

Array of the same shape asx containing its imaginary part. Will have dtypefloat32 ifx.dtype==complex64, or float64 ifx.dtype==complex128.

Return type:

Array

See also

Contents

[8]ページ先頭

©2009-2025 Movatter.jp