FromIter ======== Create a new 1-dimensional array from an iterable object. **Abstract Signature:** ``FromIter(iter: Iterable, dtype)`` .. raw:: html

PyTorch

API:
Strategy: Macro 'torch.tensor(list({iter}))'

JAX (Core)

API: jax.numpy.fromiter
Strategy: Direct Mapping

NumPy

API: numpy.fromiter
Strategy: Direct Mapping

Keras

API:
Strategy: Macro 'keras.ops.convert_to_tensor(list({iter}))'

TensorFlow

API: tf.constant
Strategy: Direct Mapping

Apple MLX

API: mlx.core.array
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.fromiter
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.fromiter
Strategy: Direct Mapping