Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
Ctrl+K
JAX  documentation - Home

jax.numpy.fromiter

Contents

jax.numpy.fromiter#

jax.numpy.fromiter(*args,**kwargs)[source]#

Unimplemented JAX wrapper for jnp.fromiter.

This function is left deliberately unimplemented because it may be non-pure and thusunsafe for use with JIT and other JAX transformations. Consider usingjnp.asarray(np.fromiter(...)) instead, although care should be taken ifnp.fromiteris used within jax transformations because of its potential side-effect of consuming theiterable object; for more information seeCommon Gotchas: Pure Functions.

Contents

[8]ページ先頭

©2009-2025 Movatter.jp